Skip to content

Instantly share code, notes, and snippets.

View rene-machel-razorfish's full-sized avatar

René Machel rene-machel-razorfish

View GitHub Profile

#ES6, why should we care?

It empowers developers coming from Java or C# or other “higher” languages to finally write JavaScript and bring all the goodness of their experience to a market in dire need of organization and direction.

##Can you actually use ES6?

###Short Answer: Yes Some parts of ES6 can be used with a shim, but others require converting ES6 code into ES5, using a tool such as Traceur or Babel. ES6 has great Features you can start using today, Classes, Arrows, Destructuring, Let+Const, Template Strings... etc.