DEV Community

Discussion on: How To create an API using Node.js, Express, and Typescript

Collapse
 
nayanpatil1998 profile image
Nayan Patil

TypeScript simplifies JavaScript code, making it easier to read and debug, it can help us to avoid painful bugs that developers commonly run into when writing JavaScript by type checking the code.
This was the small example to understand features of typescript, I will write more blogs for good example