ES6 in ES5. Shows you how to write modern JavaScript the old-fashioned way.

github.com/addyosmani/es6-equivalents-in-es5

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2016
  • Correct constructor reference (#40)
  • Change typo in example filename (#43)
May 2016
  • add section on array.from (#32)
  • Merge pull request #35 from javiercejudo/patch-1
  • Merge pull request #39 from wyuenho/patch-1
  • Inherit static method from super class
April 2016
  • Fix outdated link to Babel REPL
November 2015
  • Merge pull request #34 from zheng27/add-js-identifier-for-fenced-block
  • Add a missing js identifier for fenced code block
October 2015
  • Merge pull request #28 from timoxley/patch-1
September 2015
  • Nueric Literals -> Numeric Literals
August 2015
  • Merge pull request #25 from atuttle/patch-1
July 2015
  • Added TOC
May 2015
  • 6to5 => Babel
  • Merge pull request #24 from nucliweb/master
  • Added new reference of ES6
January 2015
  • Merge pull request #16 from kevinwestern/patch-1
  • Remove unnecessary '_this' variable
  • Merge pull request #18 from sindresorhus/single-quotes
  • switch to single-quotes