DEV Community

Thanh Van
Thanh Van

Posted on

OSD600 - Hacktoberfest #2

This is my second contribution to Hacktoberfest in October. I always want to learn new things as well as sharing what I know for others. That is the reason why I found this project is very interesting, and I want to contribute to share my knowledge for those who wants to know more about *Typescript

How I Accomplish This

The maintainer of the project created an issue for implementing the usage of Set() in Typescript. Set is a set of values that cannot be duplicated, meaning that two values can not be equal in set. I have used Typescript in my projects, however, I have never implemented Set() in my code, and it is time I want to give it a try and share to others. set method I create some codes as well as demonstrating some methods and its usage, and I also create a PR for the maintainer.

Experience

TypeScript is an open source project developed by Microsoft, it can be considered as an enhanced version of Javascript by adding the optional static type and object-oriented classes that are not available in Javascript. I think this project later on would be a great playground for those who want to find an example of using Typescript. Even though it is simple, but I believe that one of us will need some thing like this one day ^^!

Top comments (0)