Display alert box, confirmation box, prompt box and call a function.
• Create a button, when user presses on it, it display an alert box with a message.
• Create a button, when user presses on it, it display a prompt box for input. User enter some text and it display text either on the web page or an alert box.
• Create another button when user clicks on it. it displays a confirmation box.
• Finally create a function and call it by clicking on a button and it displays some text through an alert box.
You are going to match the output below: