Skip to content

Instantly share code, notes, and snippets.

View fiso's full-sized avatar
🍑

Filip Haglund fiso

🍑
View GitHub Profile
Array.from(Array('z'.charCodeAt(0) + 1 - 'a'.charCodeAt(0)), (e, i) => i + 'a'.charCodeAt(0)).map(c => String.fromCharCode(c)).join("")