#7 Const Variables in JavaScript (JavaScript Tutorials for Beginners to Intermediate)

#7  Const Variables in JavaScript (JavaScript Tutorials for Beginners to Intermediate)

JavaScript Variables (Part 2)

In this part of our tutorials on JavaScript, you will learn about different kinds of variables in
JavaScript. In terms of scope, variables are devided into two categories, global variables and local
variables. We also have constant variables and non constant variables. The first group can not change
and second group can be changed.

Watch The Video on Youtube