Dialog Box: Best practices
Hello , can you please tell me what are the advantages or caveats to use Javascript "Alerts " versus a fully built Dialog box like the one explained by the excellent and straightforward video [here ] ( https://youtube.com/shorts/cTay-PA5AS4?si=fP0gQfHKcnJ_YsC4 ) . ? So far I found another tutorial that teaches the use of Javascript to create an Alert box . But my phone complains after the second time an alert is displayed (it offers me to block any new alert box ) , so I was wondering if it 's a good practice to use that instead of creating a Dialog Component . Thanks 😊