Uint16Array
Properties
Functions
Returns the this object after copying a section of the array identified by start and end to the same array starting at position target
Returns the elements of an array that meet the condition specified in a callback function.
Returns the index of the last element in the array where predicate is true, and -1 otherwise.
Returns the index of the last occurrence of a value in an array.
Calls a defined callback function on each element of an array, and returns an array that contains the results.
Reverses the elements in an Array.
Returns a section of an array.
Converts a number to a string by using the current locale.
Copies the array and returns the copy with the elements in reverse order.
Copies and sorts the array.
Returns the primitive value of the specified object.
Copies the array and inserts the given number at the provided index.