The Javascript Int16Array.BYTES_PER_ELEMENT property stores the size in bytes of each element in an Int16Array.
Int16Array.BYTES_PER_ELEMENT;
console.log(Int16Array.BYTES_PER_ELEMENT);