Skip to content

Commit

Permalink
new question added to the list. (Ebazhanov#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsangale authored Jan 5, 2021
1 parent 8af4be4 commit 6f854be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javascript/javascript-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,3 +664,9 @@ console.log(a.length);
- [ ] getNode()
- [ ] querySelector()
- [x] appendChild()
### Q65. Which statement is used to skip iteration of the loop?
- [ ] break
- [ ] pass
- [ ] skip
- [x] continue

0 comments on commit 6f854be

Please sign in to comment.