General FizzBuzz: Difference between revisions

→‎JS ES6: (see discussion page - ES6 - avoiding a newly-introduced run-time error). No big deal, but a pity, I think ...
(→‎ES6: Switch outer reduce to map + join for readability)
(→‎JS ES6: (see discussion page - ES6 - avoiding a newly-introduced run-time error). No big deal, but a pity, I think ...)
Line 1,355:
).join('\n')
 
console.log(fizzBuzz(20))</lang>
</lang>
 
{{Out}}
9,659

edits