Skip to content

Commit

Permalink
NEW - Q65 - Which choice is not a subclass of the Error class (#2685)
Browse files Browse the repository at this point in the history
Added Q65 from 2021-11-25 quiz.
  • Loading branch information
belce1982 authored Nov 26, 2021
1 parent 68b81ae commit fe411ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions node.js/node.js-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,10 @@ console.log(person);
- [x] asyncify
- [ ] types
- [ ] callbackify

#### Q65. Which choice is not a subclass of the Error class?

- [x] GlobalError
- [ ] TypeError
- [ ] RangeError
- [ ] AssertionError

0 comments on commit fe411ee

Please sign in to comment.