Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unfortunately that won't work as expected, you'll need something ugly like:

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: