If an array is empty, it looks like you can\'t check it\'s length using \".length\". What\'s the best way to check if an array is empty?
This is the best way. Please note Array is an object in NET so you need to check for null before.