536 Views
As many of you are aware, ECMAScript 6 is in its draft state now and is expected to be finalized some time this year. But it already caught a lot of attention in the community and browsers have already started implementing it. We also have a number of transpilers like Traceur, 6to5, and many that convert ES6 code to ES5 compatible code. Community members have started playing around ES6 and many of them are blogging what they learn. SitePoint’s JavaScript channel also has a good number of articles describing different features of ES6.
0 comments