array looks empty but when i click it showe length in js code example
Example: array==null array.length java script
if (typeof array != "undefined" && array != null && array.length != null && array.length > 0) {
// array exists and is not empty
}