diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json
index 639c559a05..b1c2344f1e 100644
--- a/challenges/basic-javascript.json
+++ b/challenges/basic-javascript.json
@@ -1468,7 +1468,7 @@
" return null;
",
"}
",
"Also, we need to show the user that he has won the game when he gets the same number in all the slots.",
- "If all three numbers match, we should set the text \"It's A Win\"
to the element with class logger
or leave it as it is."
+ "If all three numbers match, we should also set the text \"It's A Win\"
to the element with class logger
."
],
"tests": [
"assert((function(){var data = runSlots();return data === null || data.toString().length === 1;})(), 'If all three of our random numbers are the same we should return that number. Otherwise we should return null
.')"