From d225277a7fb1057a5031f3ea49f1005ecf9c948b Mon Sep 17 00:00:00 2001 From: victorlhlee Date: Fri, 6 Oct 2017 21:50:54 -1000 Subject: [PATCH] added final boss for switch statement --- exercises.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exercises.js b/exercises.js index 54071d8..ed04f93 100644 --- a/exercises.js +++ b/exercises.js @@ -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.*/