Skip to content

Commit 64c1977

Browse files
authored
add final boss switch statement
1 parent d225277 commit 64c1977

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solutions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ console.log("budget ", budget);
333333
console.log("bought ", doughnutBought);
334334

335335

336+
/*Final Boss*/
337+
/*Create a function name dailySpecials which takes in a parameter: `special`.
338+
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.*/
336339

337340

338341
/*

0 commit comments

Comments
 (0)