From b35c77deb7c443af6d018816c86788d0e5b4ed63 Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Mon, 17 Aug 2015 20:11:04 +0100 Subject: [PATCH] Fix #1871 --- 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 ce7ec4949e..e1fd9b08eb 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -336,7 +336,7 @@ "// Only change code above this line.", "// We use this function to show you the value of your variable in your output box.", "// You'll learn about functions soon.", - "(function(z){return('product='+z);})(product)" + "(function(z){return('product='+z);})(product);" ], "type": "waypoint", "challengeType": 1