Coding Challenge: Following Day
Explore how to create a JavaScript program that accepts a day name and outputs the next day. Learn to implement conditional logic with if/else and switch statements, manage input validation, and test your code to handle errors effectively.
We'll cover the following...
We'll cover the following...
Here are a few pieces of advice about these exercises:
- Keep on choosing your variable names wisely, and respect indentation when creating code blocks