From 64c197780e92a1fa7f6f0b8e9318fccd221b8057 Mon Sep 17 00:00:00 2001 From: victorlhlee Date: Fri, 6 Oct 2017 21:52:16 -1000 Subject: [PATCH] add final boss switch statement --- solutions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solutions.js b/solutions.js index fd7c52f..b1b0015 100644 --- a/solutions.js +++ b/solutions.js @@ -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.*/ /*