Web Developer & Designer Question:

Explain what is the basic difference between an alert box and a confirm box?

Web Developer & Designer Interview Question
Web Developer & Designer Interview Question

Answer:

An alert box is a pop up box that has only one element. That is the OK button. While the confirm box has two buttons the OK and the cancel button.


Previous QuestionNext Question
Tell me what is called as negative infinity in JavaScript?Explain me what is the use of local storage in HTML5?