Skip to main content

Timeline for Alphabet triangle

Current License: CC BY-SA 3.0

4 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Aug 14, 2016 at 10:11 comment added user81655 Nice. Also (10+x).toString(36) is shorter than String.fromCharCode(65+x) and like @Pandacoder said, you should put something like alert(a) at the end to make it valid.
Aug 5, 2016 at 18:37 comment added Pandacoder Since you don't have console.log anywhere I imagine this is supposed to be the contents of a function. If you wrapped it in the ()=>{} that you need to actually execute your code and tried it, it would return undefined. It needs to be return a. If you had done everything so that it can actually be run (including the ()=>{} and return ) it would be 119 bytes. tl;dr this code doesn't work.
Aug 5, 2016 at 13:18 history answered Bassdrop Cumberwubwubwub CC BY-SA 3.0