sajad torkamani

A prime number is a number that’s divisible only by itself and 1. Examples include: 2, 3, 5, 7, 11

Here’s a TypeScript function that checks if a number is prime.