Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

instruction Back
Instruction

Learn More About ES2015

JavaScript has come a long way since it’s inception in 1995. The ECMAScript 2015 specification (commonly known as ES2015) brought a lot of improvements, the largest set of changes the language has seen to-date.

In the "Getting Started with ES2015" course, you learned about defining variables with let and const, concatenating strings with template literals, and creating arrow functions. B...