You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
467 B
467 B
Complete this quiz after the lesson by checking one answer per question.
- The DOM is a model to represent a document on the web
- true
- false
- Use JavaScript closures to perform the following:
- write functions within functions
- enclose the DOM
- close script blocks
- Fill in the blank: Closures are useful when one or more functions need to access an outer function's...
- arrays
- scope
- functions