Question: Question 4 Write a JavaScript program to iterate through an array of ten(10) positive randomly generated numbers. Each number will then be checked to see

Question 4 Write a JavaScript program to iterate through an array of ten(10) positive randomly generated numbers. Each number will then be checked to see if it's a primary prime number. Sample Expected output (console.log()). 23-yes, 15-no, 22-no, 124-no, 11-yes, 9-no, 2-yes, 13-yes, 5-yes, 1-no
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
