Appearance
Array.isArray()
Array.isArray(obj);
instanceof
obj instanceof Array
Object.prototype.toString.call()
Object.prototype.toString.call(obj)