Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Harmony with ES6!

hemanth.hm
November 16, 2013

Harmony with ES6!

What are all the ES6 features you can use right now?

hemanth.hm

November 16, 2013
Tweet

More Decks by hemanth.hm

Other Decks in Programming

Transcript

  1. Say no to new (() => {}); arrow.call or arrow.apply

    (lexial this) ( () => alert(“awesome”) ) ();
  2. console.log("Thank you!"); let hemanth = { site : "h3manth.com", twitter

    : "gnumanth", github : "hemanth" }; let liveCode = “tinyurl.com/jsfoo-es6”;