Introduction

A basic overview of what to expect in this course

ES6 is the sixth release of ECMA Script, more commonly known as JavaScript. ES6 revamped the way we use JavaScript, bringing in several new features which greatly simplify writing and reading the language.

We’ll explore all the fundamentals of ES6 and look at how they practically improve our JavaScript experience.

To start things off, we will discuss Functions, which play an essential role in JavaScript. As you’ll see, ES6 has refined function syntax, making them easier and more flexible.

So let’s get right into it. Welcome aboard!