Tell us what’s happening:
Describe your issue in detail here.
Is this platform only supported for JS? Is there any options to change the programming language?
Your code so far
function multiplesOf3and5(number) {
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/111.0.0.0 Safari/537.36
Challenge: Project Euler Problems 1 to 100 - Problem 1: Multiples of 3 and 5
Link to the challenge: