// create an ArrayBuffer with a size in bytes const buffer = new ArrayBuffer(8); const uint16 = new Uint16Array(buffer); console.log(uint16.buffer.byteLength); // expected output: 8