diff --git a/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md b/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md
index 639d88086..6b42bbe26 100644
--- a/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md
+++ b/content/roadmaps/100-frontend/content/103-javascript/104-concepts.md
@@ -1 +1,12 @@
-# Concepts
\ No newline at end of file
+# JavaScript Concepts
+
+Learn and understand the concepts such as Hoisting, Event Bubbling, Scope, Prototype, Shadow DOM and strict.
+
+Free Content
+JavaScript Hoisting
+Event Bubbling and Capturing
+Scope in JavaScript
+Var, Let and Const — What's the difference?
+Inheritance and Prototype Chain
+JavaScript Strict Mode
+DOM vs Shadow DOM vs Virtual DOM
diff --git a/public/project/frontend.json b/public/project/frontend.json
index 36c0c76e3..7e7063719 100644
--- a/public/project/frontend.json
+++ b/public/project/frontend.json
@@ -5510,7 +5510,7 @@
"y": "78",
"properties": {
"size": "17",
- "text": "Prototype, Shadow DOM, strict,"
+ "text": "Prototype, Shadow DOM, strict"
}
},
{