5 ms·
Unfortunately that won't work as expected, you'll need something ugly like: Array.apply(null, Array(26)).map((_, index) => String.fromCharCode(65 + index))
by elclanrs 11y 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))