Quiz: JavaScript ES6, Do You Know the Right Tool for the Job?

JavaScript ES6 (also known as ECMAScript 2015) has brought a bounty of new syntax intended to improve developer experience and ergonomics.Take this quiz to test your knowledge of JavaScript ES6.

JavaScript ES6 Fundamentals

JavaScript ES6 (more properly known as ECMAScript 2015 or ES2015) represents the biggest change to JavaScript in the last 20 years. JavaScript is the language of the web, and ES6 is a major improvement for web developers, adding much-needed features such as classes, promises, arrow functions, generators, string templates and many others. Browser support is growing, and transpilation tools such as Babel allow you to get started coding in ES6 today.

In this course, JavaScript ES6 Fundamentals, Envato Tuts+ instructor Dan Wellman will help you sharpen and update your JavaScript skills by learning some of the most important additions that ES6 brings to the language. Cutting-edge web development practices are increasingly relying on ES6, so knowledge of the new syntax is becoming more and more necessary. Not only that, but programming in ES6 is just more fun. So let's get started!

Tags:

Comments

Related Articles