What is difference between an alert box proumpt and confirmation box? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What is difference between an alert box proumpt and confirmation box?

Javascript

6th Nov 2017, 1:50 PM
Ronak Patel
Ronak Patel - avatar
2 Answers
+ 1
Alert Box: Show up a message, information with only Ok button. Prompt: Ask user for input and store in variable. Confirm: Ask user if they Confirm to your condition or not with Choice of Cancel and Ok.
6th Nov 2017, 2:06 PM
Niush
Niush - avatar
+ 1
Why do you ask all these questions here? The answers to all of them can be found in any JS tutorial. At least start from Sololearn course.
6th Nov 2017, 2:37 PM
Olga Slavova
Olga Slavova - avatar