Skip to content

Commit

Permalink
Fixed spelling of "will" (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfranki authored Sep 23, 2021
1 parent 5e18680 commit 1c5564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/javascript-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ const foo = {
- [ ] Functions cannot be declared as properties of objects.
- [x] Nothing, there are no errors.
#### Q82. What wil be logged to the console?
#### Q82. What will be logged to the console?
```js
console.log('I');
Expand Down Expand Up @@ -988,4 +988,4 @@ for (var i = 0; i < 5; i++) {
- [x] 0 1 2 3 4
- [ ] 0 1 2 3 4 5
- [ ] 1 2 3 4
- [ ] 1 2 3 4 5
- [ ] 1 2 3 4 5

0 comments on commit 1c5564b

Please sign in to comment.