Lecture 12 Quiz: JavaScript Variables & Data Types

Note

Review before quiz: Lectures | Week 3 Content | Lab 3 | Assignment 3

Lecture 12 Self-Check

Question 1: Which keyword should be preferred for values that should not be reassigned?
Select an item
Question 2: Which JavaScript type represents textual data?
Select an item
Question 3: Which operator checks strict equality (value and type)?
Select an item
Question 4: Which method adds an element to the end of an array?
Select an item
Question 5: Which declaration follows JavaScript variable naming rules?
Select an item