Fixes #5688 random space in challengeSeed of Storing Values with Equal Operator
In the challengeSeed of Storing Values with the Equal Operator, there was a random space input after the line "// Only change code below this line"
This commit is contained in:
@ -117,7 +117,7 @@
|
|||||||
"var b = 2;",
|
"var b = 2;",
|
||||||
"",
|
"",
|
||||||
"// Only change code below this line",
|
"// Only change code below this line",
|
||||||
" "
|
""
|
||||||
],
|
],
|
||||||
"tail": [
|
"tail": [
|
||||||
"(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);"
|
"(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);"
|
||||||
|
Reference in New Issue
Block a user