Scenario :-
My array contains elements like 56,12,ew34,45 or 56,12,34rt,45 how can I show that the array is not integer array?
var Array =[56,12,'ew34',45 or 56,12,'34rt',45];
Actually am trying to find a solution with out Inbuilt Functions.
Scenario :-
My array contains elements like 56,12,ew34,45 or 56,12,34rt,45 how can I show that the array is not integer array?
var Array =[56,12,'ew34',45 or 56,12,'34rt',45];
Actually am trying to find a solution with out Inbuilt Functions.