× Home History DIY Projects Interviews Quizzes Resources Team & The Process

HOW MUCH JAVASCRIPT DO YOU KNOW?

1) How do you store a number or phrase into code?

variable
letter
storage
other

2) How can you call the 2 in this array? var array = [0,1,3,4,2]

array[2]
array[5]
array[4]

3) If you want to repeat code over again what type of code should you use?

loops
if-else statements
variables

4) What tool can you use to draw in Javascript?

draw programming
turtle programming
turtle draw

5) Which one of these is true about functions?

functions can't be executed when clicked on by a button
functions can't define variables inside of them
functions can't repeat code
functions have if-else statements inside of them