Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

4.5. Expressions and Evaluation¶

/*If you ask JavaScript to print an expression using console.log, 
the interpreter evaluates the expression and displays the result.*/

console.log(1 + 1);

//2
Source by education.launchcode.org #
 
PREVIOUS NEXT
Tagged: #Expressions
ADD COMMENT
Topic
Name
6+3 =