ES6 Features You Need To Know Before Learning Any JavaScript Framework
Subscribe to my YouTube Channel
In this video you'll learn the following ES6 features to get you prepared for learning any JavaScript frameworks
let & const
object & array destructuring
import & export
arrow functions
rest parameters
template literals
spread operator
set
class & class inheritance
for...of
The link to the lesson files on my GitHub repository
https://github.com/paulosabayomi/Java...
OR
you can clone it on the CLI with
git clone https://github.com/paulosabayomi/Java...
#es6 #javascript