Lesson 3: Operators, Expressions and Type Conversion in JavaScript
A score of 10 plus 5 looks simple, but what exactly is JavaScript doing with those symbols and values? The result is the number 15, not unfinished code. This leads to the key idea of an expression: code that evaluates to a value. A variable from Lesson 2 can then associate a name with that value.
