Skip to content

Instantly share code, notes, and snippets.

@viktor-shmigol
Created September 28, 2016 17:31
Show Gist options
  • Save viktor-shmigol/fd96126a3abafdcf4b034666039a8269 to your computer and use it in GitHub Desktop.
Save viktor-shmigol/fd96126a3abafdcf4b034666039a8269 to your computer and use it in GitHub Desktop.
['Admin', 'Developer', 'Customer'].forEach((role) => {
Executor.prototype[`is${role}`] = (item)=> {
return item.type === role
}
})
and then data.isAdmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment