diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 74e6d49743..1ab696881e 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -1000,9 +1000,10 @@ " // Only change code below this line.", "", "", + "", + " // Only change code above this line.", "}", "", - "// Only change code above this line.", "// We use this function to show you the value of your variable in your output box.", "var result = myFunction();if(typeof(flip) !== \"undefined\" && typeof(flip) === \"number\" && typeof(result) !== \"undefined\" && typeof(result) === \"string\"){(function(y,z){return 'flip = ' + y.toString() + ', text = ' + z;})(flip, result);}" ],