Java Script Trivia
Question #1
What does console.log() do?
Question #2
What is the proper Syntax for a For Loop?
Question #3
Function(x,y){}, what is the name for the items within the parenthesis?
Question #4
What is the proper declaration for a variable?
Question #5
What is the syntax for multiline comments in JavaScript?
Question #6
Which would display the third item in the array?
Question #7
JavaScript is a single threaded language?
Question #8
What is the proper syntax to display multiple values with console.log()?
Question #9
What is an array?
Question #10
What does the pop() method do in arrays?
-
Results