Returns the indexed element of the given array
Optional
the array to inspect
the index in the array
the default value if the array is empty
the indexed element of the given array
David Hsing
get(['foo', 'bar'], 0); // 'foo' Copy
get(['foo', 'bar'], 0); // 'foo'
Returns the indexed element of the given array