Comment on Atom Shell is now ElectronparentComments−elclanrs11yUnfortunately that won't work as expected, you'll need something ugly like: Array.apply(null, Array(26)).map((_, index) => String.fromCharCode(65 + index))
Comments
Unfortunately that won't work as expected, you'll need something ugly like: