Variables/Operators
Logic
Coding History
Syntax
100

This operator is used to assign a value to a variable.

What is =?

100

This many conditions must be true at once for the game to end.

What is 4

100

He started Facebook in a college dorm room.

Who is Mark Zuckerberg?

100

This data type is used for text in JavaScript and is written inside quotes.

What is string?

200

This variable controls how much the dinosaur moves up or down each frame.

What is dinoVY?

200

This keyCode triggers the jump when it is pressed.

What is 32? 

200

This is what you do to fix a bug.

What is debug?

200

This symbol is used to end most lines of JavaScript code.

What is ;?

300

This operator checks if two values and types are exactly the same.

What is ==?

300

This condition must be false for the dinosaur to jump.

What is !isJumping?

300

This woman is known for creating the first computer program and wrote about algorithms in the 1800s.

Who is Ada Lovelace?

300

This word defines a reusable block of code in JavaScript.

What is function?

400

This operator means "or" in a condition.

What is ||?

400

This variable makes the dinosaur fall back down after a jump.

What is gravity?

400

This is the language used to make web pages interactive, often alongside HTML.

What is Javascript?

400

This loop runs code only if a condition is true.

What is if statement?

500

This is what a single line comment starts with.

What is //?

500

This function listens for key presses and allows the dinosaur to jump.

What is keyPressed?


500

This is the global network that connects millions of computers and websites around the world.

What is the Internet?
500

This is a built-in feature in Khan Academy Javascript that is run infinitely.

What is draw loop?