How to create your own toasts — Toast notifications, also known as “toasts,” are small pop-up notifications that appear on the screen to alert users of important information or events. While it’s possible to use the JavaScript Notifications API to show toasts, there are several benefits to writing your own JavaScript notifications or using a tried-and-tested, third-party…