DEVFYI - Developer Resource - FYI

What is the difference between an alert box and a confirmation box?

JavaScript Interview Questions and Answers


(Continued from previous question...)

44. What is the difference between an alert box and a confirmation box?

An alert box displays only one button which is the OK button whereas the Confirm box
displays two buttons namely OK and cancel.

(Continued on next question...)

Other Interview Questions