Level 9
Level 11
10 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Arithmetic Operators
+ addition, - subtraction, * multiplication, / division, % modulus
expression
an _______ is a combination of values, variables, and operators, which computes to a value.
evaluation
The computation is called an _______
keywords
JavaScript _______ are used to identify actions to be performed
Comments Syntax
after double slashes //, or between /*.....*/ for multiple lines
not be executed
Comments are ignored, and will _______
Identifier
an _______ is the name of a variable, function, keyword, label, property, or function argument.
Identifiers are...
...names used to identify variables, keywords and functions; provide labels for certain loops in JS
Case-Sensitive
all identifiers, all variables, function names, operators, in JavaScript are _______
Unicode
Javascript uses the _______ character set