Multiple Choice:
- What is a correct way to create an array in JavaScript?
- What is a correct way to create an object in JavaScript?
- How can you apply the css property 'background-color' in JavaScript? (assuming myEl is a valid DOM element)
- DOM is an acronym for:
- What will the variable 'count' be strictly (===) after this code is run:
var count = 27+'1';
- What method do you use to open a popup window?
- A JavaScript function without a name is commonly referred to as:
- &&, !, and || are examples of:
- Which control structure(s) can you use to iterate through an array of items?
True or False:
- Unobtrusive JavaScript is kept apart from document style and structure.
- JavaScript Libraries are books on the JavaScript language meant to help you learn to code.
- JavaScript is a scripted version of the Java programming language.
Choose All that Apply:
- Which of the following JavaScript code snippits will result in a JavaScript runtime error?
- Which of the following are examples of comments in JavaScript?
All finished? Check, double-check and triple-check your answers (and make sure you chose your instructor up top)