Javascript BigInt64Array.name

Introduction

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

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



PreviousNext

Related