Software Annoying Developer "Computers are useless. They can only give you answers."
for(i=0;i<100;)console.log((++i%3?'':'Fizz')+(i%5?'':'Buzz')||i)