Get started with Next-Gen JavaScript
Let's Jump right into it
Quick list of contents
let & const
ES6 Arrow Functions
Exporting & Importing modules
Classes
Spread & Rest Operator
Destructuring
let & const
let and const basically replace var.
You use let instead of var and const inste...
neven.hashnode.dev9 min read
Viktors Barbašins
qa & team lead
Hello! Thx for such clear examples!
I think some words about Rest parameters are missing.
V.