Tell us what’s happening:
i can solve it easily but dont know how to change the language used in it . I know c++ but it is showing squiggles …
what to do
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/79.0.3945.130 Safari/537.36
.
Challenge: Problem 1: Multiples of 3 and 5
Link to the challenge:
https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/problem-1-multiples-of-3-and-5