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.
Web-Dev-For-Beginners/3-terrarium/3-intro-to-DOM-and-closures/.github/pre-lecture-quiz.md

19 lines
292 B

4 years ago
*A warm-up quiz about the DOM*
Complete this quiz in class
1. The DOM stands for 'Document Object Management'
- [ ] true
- [ ] false
4 years ago
2. The DOM can be thought of as a tree
- [ ] true
- [ ] false
4 years ago
3. Using the Web API, you can manipulate the DOM
- [ ] true
- [ ] false