Merge pull request #11760 from faheel/fix/local-scope-and-functions

Modified seed for the Local Scope and Functions challenge
This commit is contained in:
Mrugesh Mohapatra
2016-11-22 18:35:44 +05:30
committed by GitHub

View File

@ -2539,8 +2539,7 @@
], ],
"challengeSeed": [ "challengeSeed": [
"function myLocalScope() {", "function myLocalScope() {",
" 'use strict';", " 'use strict'; // you shouldn't need to edit this line",
" ",
" ", " ",
" console.log(myVar);", " console.log(myVar);",
"}", "}",