0
what is the difference between 'alert' and 'confirm' if any?
3 Answers
+ 2
alert used for just showing message but in confirm we ask question you accept or not.
+ 2
alert is used for poping the dialog box as confirm is used with alert having answers in either true or false and showing its respective result
+ 1
confirm function will return boolean whether user accept it or not.