Javascript BigUint64Array.name

Introduction

The BigUint64Array.name property returns the typed array constructor name.

BigUint64Array.name;
console.log(BigUint64Array.name);         // "BigUint64Array"



PreviousNext

Related