Skip to content

Instantly share code, notes, and snippets.

@alicethewhale
Last active December 12, 2018 11:18
Show Gist options
  • Save alicethewhale/e526d8ae8e0df435826fa2651d32cedc to your computer and use it in GitHub Desktop.
Save alicethewhale/e526d8ae8e0df435826fa2651d32cedc to your computer and use it in GitHub Desktop.
const areaKeys = {
A: ["B", "D"],
B: ["A", "C", "E"],
C: ["B", "F"],
D: ["A", "E", "G"],
E: ["B", "D", "F", "H"],
F: ["C", "E", "I"],
G: ["D", "H"],
H: ["E", "G", "I"],
I: ["F", "H"]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment