You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,9 @@ If/else statements = Evaluates (or checks) a condition. If the condition is true
215
215
* Console.log budget and doughnutBought again.
216
216
*/
217
217
218
-
218
+
/*Final Boss*/
219
+
/*Create a function name dailySpecials which takes in a parameter: `special`.
220
+
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.*/
0 commit comments