From a44761c487f3cb9444467206f9d948dfe8188141 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 11 Dec 2021 01:02:26 +0100 Subject: [PATCH] Add JavaScript concepts resources --- .../content/103-javascript/104-concepts.md | 13 ++++++++++++- public/project/frontend.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) 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" } }, {