An expression is a piece of code that can be evaluated to a value
Expressions:
"John" + " " + "Doe"
x * 10
Not Expressions:
var a = 1
Search
An expression is a piece of code that can be evaluated to a value
Expressions:
"John" + " " + "Doe"
x * 10
Not Expressions:
var a = 1