Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript expressions

An expression is any valid set of literals, variables, operators, and 
expressions that evaluates to a single value. The value may be a number, 
a string, or a logical value. Conceptually, there are two types of 
expressions: those that assign a value to a variable, and those that 
simply have a value.
 
PREVIOUS NEXT
Tagged: #javascript #expressions
ADD COMMENT
Topic
Name
6+9 =