Basic JavaScript Question:

How to create a confirmation box?

Tweet Share WhatsApp

Answer:

Below line will help us how to create a Confirmation box in JavaScript....

confirm("Do you really want to launch the missile today. HuM?");

Download JavaScript PDF Read All 114 JavaScript Questions
Previous QuestionNext Question
How to create a popup warning box?How to create an input box?