Skip to content

Instantly share code, notes, and snippets.

@AjayPoshak
Last active January 20, 2018 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AjayPoshak/6604cb2a8df9568f1d5838b067bc916c to your computer and use it in GitHub Desktop.
Save AjayPoshak/6604cb2a8df9568f1d5838b067bc916c to your computer and use it in GitHub Desktop.
Initialization of Prototype
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