fix(challenges): fix initial contents
fixed: unable solve challenges without editing code outside comments
This commit is contained in:
committed by
Kristofer Koishigawa
parent
f4d598f060
commit
93295433c7
@ -171,7 +171,7 @@
|
||||
"name": "index",
|
||||
"contents": [
|
||||
"function Stack() { ",
|
||||
" collection = [];",
|
||||
" var collection = [];",
|
||||
" this.print = function() {",
|
||||
" console.log(collection);",
|
||||
" };",
|
||||
@ -245,7 +245,7 @@
|
||||
"name": "index",
|
||||
"contents": [
|
||||
"function Queue () { ",
|
||||
" collection = [];",
|
||||
" var collection = [];",
|
||||
" this.print = function() {",
|
||||
" console.log(collection);",
|
||||
" };",
|
||||
|
Reference in New Issue
Block a user