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 😀 }); })(); */ -