Javascript BigUint64Array.BYTES_PER_ELEMENT

Introduction

The Javascript BigUint64Array.BYTES_PER_ELEMENT property stores the size in bytes of each element in an BigUint64Array.

BigUint64Array.BYTES_PER_ELEMENT;
console.log(BigUint64Array.BYTES_PER_ELEMENT);



PreviousNext

Related