Posted on March 4, 2021 by Praveen NairJavaScript Notification API for beginners Just two steps: Ask user the permission to send notifications Notification.requestPermission(); 2. Create/send notifiation notificaiton = new Notification (‘This is a notification’);