https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API ``` js Notification.requestPermission(); var notification = new Notification("Hi there!"); ```