About Array lengths
Hi guys I have a question, let's say I got an array. Then I will execute an if statement saying Now the question, does mean that the arrays length is equal to 0... or null? And is it different if I say Thanks 
if(!array.length) returnif(array.length === 0) return