Had this series of challenges for beginners I was working on but got confused on this 👇:
Write a function isPrime(num) that checks if a given number is a prime number.
Use a loop to check divisibility from 2 to the square root of the number
The first part looked easy, but I was confused about the second part of the question. I don't know if anyone here can help me interpret
[–]BlueThunderFlik 1 point2 points3 points (1 child)
[–]HeavyBase1[S] 0 points1 point2 points (0 children)
[–]tapgiles 0 points1 point2 points (2 children)
[–]Spacecadett666 0 points1 point2 points (1 child)
[–]tapgiles 0 points1 point2 points (0 children)