JavaScript evolving very quickly. These days JavaScript developers always talk about EcmaScript6 when it comes to compare with others. A lot of powerful features has been added since EcmaScript6(es6). Now JavaScript developer can utilize the entire class concepts at same time can write very short and precise code using arrow function. It is possible to have default value in function parameters and again nice template can be done using template literal. Following are some good resource of EcmaScript6:
- https://github.com/lukehoban/es6features
- https://webapplog.com/es6/
- http://es6-features.org/#Constants
- https://www.youtube.com/watch?v=nMApc_undbI
Comments
Post a Comment