diff --git a/challenges/02-javascript-algorithms-and-data-structures/debugging.json b/challenges/02-javascript-algorithms-and-data-structures/debugging.json index 09bee563be3..30270005ace 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/debugging.json +++ b/challenges/02-javascript-algorithms-and-data-structures/debugging.json @@ -67,9 +67,9 @@ "tests": [ { "text": - "Use console.log() to print the outputTwice variable. In your Browser Console this should print out the value of the variable two times.", + "Use console.log() to print the outputTwo variable. In your Browser Console this should print out the value of the variable two times.", "testString": - "assert(code.match(/console\\.log\\(outputTwo\\)/g), 'Use console.log() to print the outputTwice variable. In your Browser Console this should print out the value of the variable two times.');" + "assert(code.match(/console\\.log\\(outputTwo\\)/g), 'Use console.log() to print the outputTwo variable. In your Browser Console this should print out the value of the variable two times.');" }, { "text":