Skip to content

Commit

Permalink
add final boss switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlhlee authored Oct 7, 2017
1 parent d225277 commit 64c1977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ console.log("budget ", budget);
console.log("bought ", doughnutBought);


/*Final Boss*/
/*Create a function name dailySpecials which takes in a parameter: `special`.
Inside the function, create a switch statement that will check the daily specials of your favorite restaurant (or make up your own daily specials for each day of the week.*/


/*
Expand Down

0 comments on commit 64c1977

Please sign in to comment.