What are all the ES6 features you can use right now?
View Slide
Not about the future!
ES6 features visualized
Scoping : block scoping, destructuring, default params, rest parameters, spread
Control : generators, iterators, for-of loop, array comprehensions, arrow functions.
Say no to new (() => {}); arrow.call or arrow.apply (lexial this)( () => alert(“awesome”) ) ();
Collections : Set, Maps and Weak Maps
API Enhancements and others
find, findIndex, sign, trunc. Not yet innode
Still Curious ?
https://github.com/paulmillr/es6-shim/
http://benvie.github.io/continuum/
http://thlorenz.github.io/es6ify/
console.log("Thank you!");let hemanth = {site : "h3manth.com",twitter : "gnumanth",github : "hemanth"};let liveCode = “tinyurl.com/jsfoo-es6”;