Comment on A non-programmer’s solution to “Fizz Buzz”Comments−andrewmunsell13yNo if statements and a single, convoluted line: http://jsfiddle.net/P8Dr2/2/−rickhanlonii13yGood work, but why make it so complicated? http://jsfiddle.net/4NnVw/3/−tterrace13yShouldn't the ternary operator be excluded as well if you're doing 'no ifs'?
Comments
No if statements and a single, convoluted line: http://jsfiddle.net/P8Dr2/2/
Good work, but why make it so complicated? http://jsfiddle.net/4NnVw/3/
Shouldn't the ternary operator be excluded as well if you're doing 'no ifs'?