Javascript Uint8Array.name

Introduction

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

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



PreviousNext

Related