Course Content
Introduction to JavaScript
Assignment
The assignment is a basic operation used to assign value to variables, constants, array elements, etc.
This operation performs by the =
symbol:
Note
Constants block assignment operations to themselves after definition.
Section 3.
Chapter 1