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