Last active
January 20, 2018 16:40
-
-
Save AjayPoshak/6604cb2a8df9568f1d5838b067bc916c to your computer and use it in GitHub Desktop.
Initialization of Prototype
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
function Notification() { | |
this.notifs = ['A', 'B', 'C'] | |
this.readNotifs = ['B'] | |
this.isPublic = false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment