Loops
Variables
Potpourri
Operators
Functions & reserve words
100
a single command loop that continues as long as a condition is true.
What is a while loop?
100
The JavaScript reserve word identifying a variable.
What is var?
100
the simplist conditional reserve word.
What is if?
100
symbol that assigns a value.
What is =?
100
function that opens a popup window.
What is alert?
200
A loop that does never stops.
What are infinite loops?
200
Variables can never start with this.
What is a number?
200
follows an if statement to denote what needs to be executed if condition is false.
What is else?
200
symbol that compares values.
What is ==?
200
surround the parameters of a function.
What are ( )?
300
A loop that always executes at least once.
What is a do while loop?
300
Symbols a variable can start with.
What is a dollar sign or an underscore?
300
symbol denoting or in comparison.
What is ||?
300
symbol for not equals.
What is !=?
300
surround the code executed in a function.
What is { } ?
400
Loops that never close.
What are infinite loops?
400
the way a variable with multiple words needs to be written.
What is camelCase?
400
symbol denoting and in a comparison.
What is &&?
400
Correct order in which add, subtract, multiply and divide is processed.
What is * or / followed by + or -?
400
function to convert text to an integer.
What is parseInt ()?
500
Loops are also known as this.
What are iterations.
500
Aother word the name of a variable is known as.
What is an identifier?
500
symbol for modulus.
What is %?
500
means it is strictly equal to even in type.
What is ===?
500
converts text to a decimal place number.
What is parseFloat ()?
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
Javascript Core Syntax
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs