JavaScript alerts are evil. Not only are they ugly, they look unprofessional...
❌ Bad example: A JavaScript alert showing a message to the user
❌ Bad example: The alert(".....") is the evil code
✅ Good example: The message in green is rendered as Html
✅ Good example: In this example, Toasteris used