Skip to content

Commit

Permalink
Update exercise.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Waigand committed Mar 25, 2016
1 parent 0a2c182 commit 6086cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JS/Language/LexicalScope/exercise.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ var hotel = {

let makeAllTrue = [];

//EDIT-START

makeAllTrue.push((roomNumbersEcho[3]() + " " + roomNumbersEcho2[3]() + " "+ roomNumbersEcho3[3]()) === "change me" );

baseNumber = 200;
Expand Down

0 comments on commit 6086cf0

Please sign in to comment.