TypeScript
* it is a strongly typed, object oriented superset of js
add static typing and other feature to improve code quality and maintainability.
feature :
support oops
compile to js
type inference
cross-platform and portable
uses:
building large scale , maintainable web application
developing frontend framework like angular
backend development with node.js
developing cross-platform applications.
Comments
Post a Comment