Change challenge seed

This commit is contained in:
Abhisek Pattnaik
2015-08-30 20:37:32 +05:30
parent a0f700b7db
commit a2db581771

View File

@ -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.",