In JavaScript how would you write a function that only accepts three digit numbers

Viewed 30

need to make sure a user can only input a 3 digit number into the program and outputs an error using console.log

0 Answers
Related