From 1c5564bedf84037cb16a8bbd26337a3ff4fd1800 Mon Sep 17 00:00:00 2001 From: michaelfranki <90117951+michaelfranki@users.noreply.github.com> Date: Thu, 23 Sep 2021 02:07:02 -0400 Subject: [PATCH] Fixed spelling of "will" (#2274) --- javascript/javascript-quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/javascript-quiz.md b/javascript/javascript-quiz.md index 55b5d422e9..37b6b5723a 100755 --- a/javascript/javascript-quiz.md +++ b/javascript/javascript-quiz.md @@ -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'); @@ -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 \ No newline at end of file +- [ ] 1 2 3 4 5