Skip to content

Commit

Permalink
red, doors length not 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencelink committed Apr 25, 2013
1 parent 1fc6148 commit 7449e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homework-13.1-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {

hallway: {


doors: []

}

Expand Down
2 changes: 1 addition & 1 deletion homework-13.1-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assert( hundredDoors.hallway);
assert( hundredDoors.hallway.doors);

//do we have 10 doors?

assert( hundredDoors.hallway.doors.length === 10);

//are all the doors closed?

Expand Down

0 comments on commit 7449e45

Please sign in to comment.