Expert JavaScript Developer Question:
Download Questions PDF

Can you please explain the difference between alert box and a confirmation box?

Answer:

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

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How you can access an external JavaScript file that is stored externally and not embedded?Explain prompt box?