how to add third input in confirm box? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

8th Aug 2021, 6:12 AM
CodeSmith
CodeSmith - avatar
1 Answer
0
if(confirmm("want ro visit ")){ if(confirmm("Sure")){ alert("Thanks") } else{ alert("never") } } else{ alert("bye") } *confirm not confirmm
8th Aug 2021, 6:48 AM
Pariket Thakur
Pariket Thakur - avatar