removing extraneous brackets from quiz

This commit is contained in:
Jen Looper
2020-12-30 16:49:26 -05:00
committed by GitHub
parent 72c2e95659
commit 40e1462339

View File

@@ -1,18 +1,18 @@
*Complete this quiz after the lesson by checking one answer per question.* *Complete this quiz after the lesson by checking one answer per question.*
1. [The DOM is a model to represent a document on the web] 1. The DOM is a model to represent a document on the web
- [ ] [true] - [ ] true
- [ ] [false] - [ ] false
2. [Use JavaScript closures to perform the following:] 2. Use JavaScript closures to perform the following:
- [ ] [write functions within functions] - [ ] write functions within functions
- [ ] [enclose the DOM] - [ ] enclose the DOM
- [ ] [close script blocks] - [ ] close script blocks
3. [Fill in the blank: Closures are useful when one or more functions need to access an outer function's ______] 3. Fill in the blank: Closures are useful when one or more functions need to access an outer function's...
- [ ] [arrays] - [ ] arrays
- [ ] [scope] - [ ] scope
- [ ] [functions] - [ ] functions