0
Free MOCK
Apply Internship
Blog
Learning
Roadmap
Others
Login
Intermediate
JavaScript
Check if a number is prime
Write a function to check if a number is a prime number.
Examples
Input:
7
Output:
true
Your Solution
Show Solution
Reset
Output
Run Code
Click 'Run Code' to see the output