How can I change the alert title in JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I change the alert title in JavaScript?

29th Oct 2019, 3:48 PM
Eduardo Cavalcante
Eduardo Cavalcante - avatar
1 Answer
+ 4
I'm afraid that's not possible, alert, prompt dialog are system dialogs, and web code has no access on that area. You might wanna search for custom dialog libraries instead, sweet alert may work, go and search for that 👍
29th Oct 2019, 4:09 PM
Ipang