Skip to content

Instantly share code, notes, and snippets.

@mrstalon
Created December 11, 2019 09:43
Show Gist options
  • Save mrstalon/aa4db427172724acbf7bc1e86919a746 to your computer and use it in GitHub Desktop.
Save mrstalon/aa4db427172724acbf7bc1e86919a746 to your computer and use it in GitHub Desktop.
const alphabet = [
{ letter: 'A', id: 0 },
{ letter: 'Б', id: 1 },
{ letter: 'В', id: 2 },
{ letter: 'Г', id: 3 },
{ letter: 'Д', id: 4 },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment