Modified seed for the Local Scope and Functions challenge

This commit is contained in:
Faheel Ahmad
2016-11-22 13:23:58 +05:30
parent 8834bd1c19
commit a9ec7bed79

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);",
"}", "}",