diff --git a/content/roadmaps/106-javascript/content/102-javascript-datatypes/102-typeof-operator.md b/content/roadmaps/106-javascript/content/102-javascript-datatypes/102-typeof-operator.md
index 3d1bd90b4..6b2407ce7 100644
--- a/content/roadmaps/106-javascript/content/102-javascript-datatypes/102-typeof-operator.md
+++ b/content/roadmaps/106-javascript/content/102-javascript-datatypes/102-typeof-operator.md
@@ -1 +1,6 @@
-# Typeof operator
\ No newline at end of file
+# Typeof Operator
+
+You can use the typeof operator to find the data type of a JavaScript variable.
+
+Typeof Reference
+Typeof Live Examples
\ No newline at end of file