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",
|
"name": "index",
|
||||||
"contents": [
|
"contents": [
|
||||||
"function Stack() { ",
|
"function Stack() { ",
|
||||||
" collection = [];",
|
" var collection = [];",
|
||||||
" this.print = function() {",
|
" this.print = function() {",
|
||||||
" console.log(collection);",
|
" console.log(collection);",
|
||||||
" };",
|
" };",
|
||||||
@ -245,7 +245,7 @@
|
|||||||
"name": "index",
|
"name": "index",
|
||||||
"contents": [
|
"contents": [
|
||||||
"function Queue () { ",
|
"function Queue () { ",
|
||||||
" collection = [];",
|
" var collection = [];",
|
||||||
" this.print = function() {",
|
" this.print = function() {",
|
||||||
" console.log(collection);",
|
" console.log(collection);",
|
||||||
" };",
|
" };",
|
||||||
|
Reference in New Issue
Block a user