"Write a function that returns 'Fizz' for multiples of 3, 'Buzz' for 5, and 'FizzBuzz' for both. Use as few characters as possible."
REWARD
LANGUAGE
JSGunakan **arrow functions**, **ternary operators**, dan hapus variabel yang tidak perlu untuk meminimalisir karakter.