Skip to content

Instantly share code, notes, and snippets.

View wdj82's full-sized avatar

William Jones wdj82

View GitHub Profile
@wdj82
wdj82 / phoneLetters.js
Created November 29, 2021 18:03
question for issue #224 of rendezvous
const keypad = {
2: ['a', 'b', 'c'],
3: ['d', 'e', 'f'],
4: ['g', 'h', 'i'],
5: ['j', 'k', 'l'],
6: ['m', 'n', 'o'],
7: ['p', 'q', 'r', 's'],
8: ['t', 'u', 'v'],
9: ['w', 'x', 'y', 'z'],
};