Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Fobos

Fobos

Fobos has asked 0 questions and find answers to 2 problems.

Stats

17
EtPoint
4
Vote count
0
questions
2
answers

About

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)