Lecture 15 Quiz: Objects & Scope

Note

Review before quiz: Lectures | Week 4 Content | Lab 4 | Assignment 2

Lecture 15 Self-Check

Question 1: In JavaScript, an object is best described as a:
Select an item
Question 2: Which syntax correctly accesses a property named name from object user?
Select an item
Question 3: Which statement about scope is correct?
Select an item
Question 4: Which statement describes scope chain behavior?
Select an item
Question 5: Which keyword is generally preferred for values that should not be reassigned?
Select an item