Javascript Uint32Array.name

Introduction

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

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



PreviousNext

Related