Skip to content

Instantly share code, notes, and snippets.

@ejfox
Created February 14, 2020 04:18
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 ejfox/b3b5319fc0f991afdc34b70682dc4bc4 to your computer and use it in GitHub Desktop.
Save ejfox/b3b5319fc0f991afdc34b70682dc4bc4 to your computer and use it in GitHub Desktop.
let notesToColors = {
'A': 'red',
'B': 'orange',
'C': 'yellow',
'D': 'blue',
'E': 'purple',
'F': 'indigo',
'G': 'magenta'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment