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