Skip to content

Commit

Permalink
Update javascript-quiz.md
Browse files Browse the repository at this point in the history
Fixed syntax error
  • Loading branch information
monkrus authored Apr 12, 2021
1 parent c6e08e3 commit f63cd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/javascript-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ console.log(++a);
- [x] 6
- [ ] 5
#### Q71. You've written the event listener shown below for a form button, but each time you cklick the button, the page reloads. Which statement would stop this from happening?
#### Q71. You've written the event listener shown below for a form button, but each time you click the button, the page reloads. Which statement would stop this from happening?
```javascript
button.addEventListener('click',function(e) {
button.className = 'clicked';
Expand Down

0 comments on commit f63cd30

Please sign in to comment.