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