From b8767ffcbf687ffe3561c51de7f2d6a3a79b7762 Mon Sep 17 00:00:00 2001 From: Thomas Nelson Date: Tue, 9 Feb 2021 15:07:56 -0800 Subject: [PATCH] Fixed typo in 10-Functions/final/script.js --- 10-Functions/final/script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/10-Functions/final/script.js b/10-Functions/final/script.js index aa2292ad30..dfb8a8f428 100644 --- a/10-Functions/final/script.js +++ b/10-Functions/final/script.js @@ -241,7 +241,7 @@ Here are your tasks: HINT: Use many of the tools you learned about in this and the last section 😉 -BONUS: Use the 'displayResults' method to display the 2 arrays in the test data. Use both the 'array' and the 'string' option. Do NOT put the arrays in the poll object! So what shoud the this keyword look like in this situation? +BONUS: Use the 'displayResults' method to display the 2 arrays in the test data. Use both the 'array' and the 'string' option. Do NOT put the arrays in the poll object! So what should the this keyword look like in this situation? BONUS TEST DATA 1: [5, 2, 3] BONUS TEST DATA 2: [1, 5, 3, 9, 6, 1] @@ -407,4 +407,3 @@ GOOD LUCK 😀 }); })(); */ -