Project Euler Problems 401 to 480 - Problem 462: Permutation of 3-smooth numbers

Tell us what’s happening:

Yes I’m using every possible means to complete this project and this is the last one I’m stuck on. I used the string and the second return worked , but the first one didn’t . I think you have a glitch in your program can you please fix it so that I can complete the course.

Your code so far

function permutationOf3SmoothNumbers() {
    return "5.5350769703e1512";
}

console.log(permutationOf3SmoothNumbers()); // Output: "5.5350769703e1512"

Your browser information:

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

Challenge Information:

Project Euler Problems 401 to 480 - Problem 462: Permutation of 3-smooth numbers

This is a invalid solution