How to check if array is empty or does not exist?

What's the best way to check if an array is empty or does not exist? Something like this? if(array.length < 1 || array == undefined){ //empty }