Declaring Variables with let and const
When to use let, when to use const, and why var is best left behind.
Read tutorialWhen to use let, when to use const, and why var is best left behind.
Read tutorialWrite functions the classic way and with concise arrow syntax.
Read tutorial