updated placement for result variable to be more intuitive for newcomes (#15142)

This commit is contained in:
Jonathan 2017-06-01 02:41:28 -05:00 committed by mrugesh mohapatra
parent b24c8146fb
commit fbc5a7da27

View File

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