From db45bdefa4674eee7f6e479172d779b92d8a08f8 Mon Sep 17 00:00:00 2001 From: Faizaan Date: Fri, 13 Nov 2015 10:19:39 +0530 Subject: [PATCH] fix description --- challenges/basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')"