src code
Array#inspect() → String
Returns the debug-oriented string representation of an array.
['Apples', {good: 'yes', bad: 'no'}, 3, 34].inspect() // -> "['Apples', [object Object], 3, 34]"