Project Euler Problems 101 to 200 - Problem 187: Semiprimes

Tell us what’s happening:
Can someone help me solve this problem on freeCodeCamp? I am having trouble finding a working working solution, and I was wondering if anyone has ever solved this problem before because I am unable to find a working solution to this problem.

Your code so far

function semiPrimes() {

  return true;
}

semiPrimes();

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0

Challenge: Project Euler Problems 101 to 200 - Problem 187: Semiprimes

Link to the challenge:

This problem has been solved before by other people, but copying another solution isn’t really the point of Project Euler. Project Euler in fact discourages sharing solutions.

If you have code you have tried to write, we can help you improve it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.