+ 2
how to add third input in confirm box?
i want to put another option available in confirm box i.e tick button. and if its ticked than avoid the confirmation box from appearing. https://code.sololearn.com/WRAIf8Dt0ZkK/?ref=app
1 ответ
0
if(confirmm("want ro visit ")){
if(confirmm("Sure")){
alert("Thanks")
}
else{
alert("never")
}
}
else{
alert("bye")
}
*confirm not confirmm