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:
@ -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);",
|
||||||
"}",
|
"}",
|
||||||
|
Reference in New Issue
Block a user