js isarray empty code example Example: javascript check if array is empty if (array && !array.length) { // array is defined but has no element }