0

what is the difference between 'alert' and 'confirm' if any?

17th Jul 2016, 12:48 AM
Jhon
Jhon - avatar
3 Answers
+ 2
alert used for just showing message but in confirm we ask question you accept or not.
17th Jul 2016, 4:12 AM
amit kumar singh
amit kumar singh - avatar
+ 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
17th Jul 2016, 8:48 PM
Jeevan Pokhrel
Jeevan Pokhrel - avatar
+ 1
confirm function will return boolean whether user accept it or not.
17th Jul 2016, 5:31 AM
Viran Malaka
Viran Malaka - avatar