Skip to content

Commit

Permalink
added final boss for switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlhlee authored Oct 7, 2017
1 parent 1e6eced commit d225277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercises.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ If/else statements = Evaluates (or checks) a condition. If the condition is true
* Console.log budget and doughnutBought again.
*/


/*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 d225277

Please sign in to comment.