Created
January 20, 2018 15:52
-
-
Save AjayPoshak/008217090b30c8db4bef1f2c812b3eb3 to your computer and use it in GitHub Desktop.
instantiate prototypes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var eventsNotifs = new Notification(); | |
console.log(eventsNotifs.notifs); // Output: A, B, C | |
eventsNotifs.markAllNotifsRead(); // Mark all notification as read |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment