https://stackoverflow.com/questions/11743392/check-if-an-array-is-empty-or-exists
if (Array.isArray(array) && array.length) {
// array exists and is not empty
}
https://stackoverflow.com/questions/11743392/check-if-an-array-is-empty-or-exists
if (Array.isArray(array) && array.length) {
// array exists and is not empty
}