Skip to content

Instantly share code, notes, and snippets.

@joeltennant
Created February 14, 2018 05:19
Show Gist options
  • Save joeltennant/fa3547eafe4bbccb22194a880a41cbbe to your computer and use it in GitHub Desktop.
Save joeltennant/fa3547eafe4bbccb22194a880a41cbbe to your computer and use it in GitHub Desktop.
Letter to number (1-26)
const alphaVal = (s) => s.toLowerCase().charCodeAt(0) - 97 + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment