Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created September 19, 2017 09:34
Show Gist options
  • Save kaworu/175c0bcdf7302d395f0ca3b9deb5c018 to your computer and use it in GitHub Desktop.
Save kaworu/175c0bcdf7302d395f0ca3b9deb5c018 to your computer and use it in GitHub Desktop.
s=>[...s].reduce((m,x)=>m+x.charCodeAt(),0)%42?"N":"Y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment