Problem 1: Multiples of 3 and 5 Help

Tell us what’s happening:

Your code so far


function multiplesOf3and5(number) {
  // Good luck!
  return true;
}

multiplesOf3and5(1000);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/coding-interview-prep/project-euler/problem-1-multiples-of-3-and-5

You didn’t answer the “Tell us what’s happening” prompt.