Sort:  

Hello,

Nice post.
How long have you been programming for?

For about 3 years now

Awesome,

I will keep watching your posts as i am just starting out and can use all the help i can get.

Probably the shortest FizzBuzz code

for(i=0;i<1e2;)
console.log((++i%3?"":"Fizz")+(i%5?"":"Buzz")||i)

Coin Marketplace

STEEM 0.05
TRX 0.33
JST 0.075
BTC 63637.75
ETH 1773.98
USDT 1.00
SBD 0.47