For learning purpose, I would like to know how to check the empty numbers (or replaced with letters) from random numbers.
I put numbers and letters into an array:
var numb = [1, 7, 3, a, 4];
In this case we don't know the highest number or the lowest number.
I want to check the empty numbers starting from number 2 to the highest (result 2, 5, and 6).