I read on this ECMAScript page that 'class' is part of JavaScript. On this page about TypeScript, I see the 'class' is available in Typescript too.
My question is, the right approach to develop JavaScript applications FOR FUTURE is to take advantage of (a) the Object Oriented features in JavaScript and the features that will be availablein EMACScript 7.0 or (b) use libraries like TypeScript
My question is, the right approach to develop JavaScript applications FOR FUTURE is to take advantage of (a) the Object Oriented features in JavaScript and the features that will be availablein EMACScript 7.0 or (b) use libraries like TypeScript
Either is fine. Depends upon if you want type safety.
If not there is stuff like babeljs
. https://babeljs.io/
If yes then use typescript
http://www.typescriptlang.org/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With