Day 28 of #100daysofjs

  1. Write a program using prompt function to take input of age as a value from the user and use alert to tell him if he can drive!

  2. In Q1 use confirm to ask the user if he wants to see the prompt again

  3. In the previous questions, use console.error to log the error if the age enter is negative.

  4. Write a program to change the url to google.com (Redirection) if user enters a number greater than 4.

  5. Change the background of the page to any colour based on user input through prompt.

Answer