1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Resources added for Typed Arrays (#1585)

This commit is contained in:
Archit Sharma
2022-08-24 07:34:46 +00:00
committed by GitHub
parent e8e399eee5
commit 2ee1269740

View File

@@ -1 +1,7 @@
# Typed arrays
# Typed Arrays
In Javascript, a typed array is an array-like buffer of binary data. There is no JavaScript property or object named TypedArray, but properties and methods can be used with typed array objects.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays'>JavaScript typed arrays</BadgeLink>
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://www.youtube.com/watch?v=UYkJaW3pmj0'>Intro to Typed Arrays in JavaScript</BadgeLink>