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": [
|
||||
"function myLocalScope() {",
|
||||
" 'use strict';",
|
||||
" ",
|
||||
" 'use strict'; // you shouldn't need to edit this line",
|
||||
" ",
|
||||
" console.log(myVar);",
|
||||
"}",
|
||||
|
Reference in New Issue
Block a user