Tutorials
Language
Functions and Arrow Syntax
Write functions the classic way and with concise arrow syntax.
Read tutorialDeclaring Variables with let and const
When to use let, when to use const, and why var is best left behind.
Read tutorial