Chris S
Retired
- Messages
- 2,055
- Reaction score
- 1
- Points
- 38
I need some help checking a number and seeing if it is between two numbers and if it is, continue, if not, ask for another number.
I don't have much to start with, but I do have this
I don't have much to start with, but I do have this
Code:
var num = prompt("Enter number to view more information about an album 1-6 Only");
var num = parseInt(num);
Last edited: