From 2ee1269740c5684c5ce939bac0340320d09ee061 Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Wed, 24 Aug 2022 07:34:46 +0000
Subject: [PATCH] Resources added for Typed Arrays (#1585)
---
.../100-indexed-collections/101-typed-arrays.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/101-typed-arrays.md b/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/101-typed-arrays.md
index be684ea2e..173772665 100644
--- a/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/101-typed-arrays.md
+++ b/content/roadmaps/106-javascript/content/104-javascript-data-structures/100-indexed-collections/101-typed-arrays.md
@@ -1 +1,7 @@
-# Typed arrays
\ No newline at end of file
+# 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.
+
+Free Content
+JavaScript typed arrays
+Intro to Typed Arrays in JavaScript