Hacker News new | ask | show | jobs
by elclanrs 4068 days ago
Unfortunately that won't work as expected, you'll need something ugly like:

  Array.apply(null, Array(26)).map((_, index) => String.fromCharCode(65 + index))