Why yo use transpiler for converting ts file to js for that we can directly use js itself
Help me out
Why yo use transpiler for converting ts file to js for that we can directly use js itself
Help me out
When you are developing a web app sometimes it becomes very important to decide the type of the variables to avoid errors. JavaScript does dynamic typing of the variables. In typescript you have the choice to give types of the variables statically or dynamically. Typescript has much more advanced and user-friendly Object Oriented Programming than JavaScript. It saves huge lines of codes and makes the code more readable and maintainable.