Sum multiples of 3 and 5

FCC link

The objective is to write a function that finds the sum of all positive multiples of 3 or 5 below n.

Test

{{test}}

Console output