JavaScript não está vazio de matriz não vazia

if (Array.isArray(array) && array.length) {
    // array exists and is not empty
}
crawlingcity