Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

4.3.1. Declaring and Initializing Variables With let¶

/*It is possible to declare and initialize a variable with a single line 
of code. This is the most common way to create a variable.*/

let programmingLanguage = "JavaScript";
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #Declaring #Initializing #Variables #With
ADD COMMENT
Topic
Name
4+6 =