A typed array of unsigned 8-bit integers, common for byte data.
- Category: JS TypedArray Reference — part of the JavaScript Tutorial on GoCareerGo
- Read the short summary above, then check the linked docs for full syntax/behaviour
- Interview tip: be ready to explain "Uint8Array" in one sentence, then back it up with a tiny example
// Uint8Array — minimal example
console.log("Uint8Array");Tip
Quick recall: "Uint8Array" — a typed array of unsigned 8-bit integers, common for byte data.