Question: Write JavaScript program that will create an array of 10 random integers between 0 and 10 (inclusive) and then remove all the even numbers from
Write JavaScript program that will create an array of 10 random integers between 0 and 10 (inclusive) and then remove all the even numbers from that array. Display the array before after the removal. 2. Write Java script program that will create an array of 10 random integers in range -5, 5 (inclusive) and then count abd display the number of positive elements, the number of negative elements abd the number of zeros. Display also the content of the array so you can check if your counts are correct.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
