Introduction to JavaScript ES6 Variables
Difficulty: Beginner
Duration: 3 minutes and 48 seconds
Students: 1,465
Rating: 4.6/5
This practical lesson explores JavaScript ES6 Variables. You will learn what they are and how to use them.
Learning Objectives
- Learn the two new variable declarations introduce with ES6
- Understand the differences between let and const
Intended Audience
This lesson is intended for anyone who wants to learn about JavaScript ES6 variables.
Prerequisites
Anyone with an interest in JavaScript ES6 declarations or who wants to improve their knowledge of JavaScript in general.
Covered Topics