The subarray()
method returns a new TypedArray on the same ArrayBuffer
store and with the same element types as for this TypedArray object. The begin offset is inclusive and the end offset is exclusive. TypedArray is one of the typed array types.