Why do we need TypeScript?
Great Question !! But Why exactly do we need typescript? Let's look into a few things that JavaScript lacks.
Javascript as a whole works just fine. But it lacks when it comes to type safety. Let's look into one example:
const takeStrings=(a,b)=>{
...
rohankn.hashnode.dev2 min read
Programmer Dixit
I am currently a 4th year engineering student pursing computer science. I am learning front-end development as of now.
Great!