From a2db5817710d9a3a84ab14448073acea849ebb8d Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Sun, 30 Aug 2015 20:37:32 +0530 Subject: [PATCH] Change challenge seed --- 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 e0b290e32b..01da14ff28 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -1018,7 +1018,7 @@ " var expressionToGetMilk = /milk/gi;", " // Only change code below this line.", "", - " var expression = /.../gi;", + " var expression = /./gi;", "", " // Only change code above this line.", " // We use this function to show you the value of your variable in your output box.",