0
How can I write a JavaScript to detect Lucas prime numbers?
I want to learn how to write codes in JavaScript to determine different types of prime numbers. I'm not sure which one to start first. I'm thinking about start with Lucas prime. Can anyone help me to write one?
1 Answer
+ 2
I made this months ago, all primes:
https://code.sololearn.com/c31eP5Rt1gwM/?ref=app
https://code.sololearn.com/WO0dR54EEXld/?ref=app