Managing Size and Content • length: Returns the size of your array. You can also use it to trim an array by setting a smaller number. • toString (): Converts your array into a comma-separated string. ...
Managing Size and Content • length: Returns the size of your array. You can use it to shorten an array by setting a smaller number. • toString (): Converts array elements into a comma-separated string ...