IntermediateJavaScript

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

Output

Click 'Run Code' to see the output