The... function display alert box with ok botton?
Answers
Answered by
3
Answer:
alert() function displays popup message with 'Ok' button. confirm() function display popup message with 'Ok' and 'Cancel' buttons. Use confirm() function to take user's confirmation to proceed. prompt() function enables you to take user's input with 'Ok' and 'Cancel' buttons.
Similar questions