mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-20 21:41:47 +02:00
removing extraneous brackets from quiz
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
*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]
|
||||
- [ ] [false]
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
2. [Use JavaScript closures to perform the following:]
|
||||
2. Use JavaScript closures to perform the following:
|
||||
|
||||
- [ ] [write functions within functions]
|
||||
- [ ] [enclose the DOM]
|
||||
- [ ] [close script blocks]
|
||||
- [ ] write functions within functions
|
||||
- [ ] enclose the DOM
|
||||
- [ ] 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]
|
||||
- [ ] [scope]
|
||||
- [ ] [functions]
|
||||
- [ ] arrays
|
||||
- [ ] scope
|
||||
- [ ] functions
|
||||
|
Reference in New Issue
Block a user