recruiting-system / 2017-03-31-01-33-51-1490924031

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

number-map-to-word

  1. 请在 src/number-map-to-word.js 中实现 numberMapToWord 函数
  2. 函数作用:将数字映射成字母
  3. 例如:当传入 [1, 13, 27, 30, 25, 27], 则函数应该返回 ['a', 'm', 'aa', 'ad', 'y', 'aa']

About


Languages

Language:JavaScript 100.0%