updated placement for result variable to be more intuitive for newcomes (#15142)
This commit is contained in:
parent
b24c8146fb
commit
fbc5a7da27
@ -1699,9 +1699,8 @@
|
||||
"releasedOn": "January 1, 2016",
|
||||
"challengeSeed": [
|
||||
"function wordBlanks(myNoun, myAdjective, myVerb, myAdverb) {",
|
||||
" var result = \"\";",
|
||||
" // Your code below this line",
|
||||
" ",
|
||||
" var result = \"\";",
|
||||
"",
|
||||
" // Your code above this line",
|
||||
" return result;",
|
||||
|
Loading…
x
Reference in New Issue
Block a user