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;",
|
||||
"",
|
||||
"// Only change code below this line",
|
||||
" "
|
||||
""
|
||||
],
|
||||
"tail": [
|
||||
"(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);"
|
||||
|
Reference in New Issue
Block a user