index.tsx241 chars12 lines
This code will output the numbers from 1 to 100, but for multiples of 3 it will print "Fizz" instead of the number, for multiples of 5 it will print "Buzz" and for multiples of both 3 and 5, it will print "FizzBuzz".
gistlibby LogSnag