For some n, a and b; it iterates from 0 to n, printing "fizz" for multiples of a, "buzz" for multiples of b, "fizzbuzz" for multiples of a and b or the number of the iteration for multiples of neither a or b. :D?
You get asked to write that kind of crap at programming interviews. :p