Project: Make Decisions
Explore how to make your JavaScript programs think by using conditional logic. Learn to ask users for input and respond with customized messages based on their choices, practicing decision-making skills with if statements and user interaction.
We'll cover the following...
We'll cover the following...
Ask the user to pick a number and respond with a special message depending ...