Lecture 19 Quiz: Block Scope Variables (let, const)

Note

Review before quiz: Lectures | Week 5 Content | Lab 5 | Home Assignment 2

Lecture 19 Self-Check

Question 1: Which syntax is used for JavaScript template literals?
Select an item
Question 2: Which keyword is block-scoped and cannot be reassigned after initialization?
Select an item
Question 3: What does destructuring allow you to do?
Select an item
Question 4: What is the main use of the spread operator ...?
Select an item
Question 5: Why are default function parameters useful?
Select an item