diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index df63780f5d8..7c4b9a8c94a 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -3025,7 +3025,8 @@ "
function myFun() {", "The above outputs \"Hello\" to the console, returns \"World\", but
console.log(\"Hello\");
return \"World\";
console.log(\"byebye\")
}
myFun();
\"byebye\" is never output, because the function exits at the return statement.",
"abTest so that if a or b are less than 0 the function will immediately exit with a value of undefined."
+ "Modify the function abTest so that if a or b are less than 0 the function will immediately exit with a value of undefined.",
+ "Hintundefined is a keyword, not a string."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [