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