Level 19
Level 21
4 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?
var declaredVariable;
declare a variable
var variableName = valueName, variable2 = value2;
declare many variables at the same time
var declaredVariable; declaredVariable = assignedValue;
declare a variable and assign a value
undefined
variable without a value