Babel.js

Babel is a popular JavaScript transpiler. Unlike many other transpilers it doesn’t translate from one language into another but from the latest versions of JavaScript to earlier, more widely accepted versions. Also has fairly extensive documents on learning ES2015.