Returns the element types of the given array
Optional
the array to check
the element types of the given array
getTypeof(['foo', 'bar']); // ['string', 'string'] Copy
getTypeof(['foo', 'bar']); // ['string', 'string']
Returns the element types of the given array