Ad
  • Custom User Avatar

    Great job. I would recommend making the empty/undefined element in the keys array explicity undefined for readability.

    • like:

    const keys = [' ',undefined,'abc', 'def', 'ghi', 'jkl', 'mno', 'pqrs', 'tuv', 'wxyz'];

    Can be difficult to see the empty element.