CSS
JavaScript
-
14How JavaScript Works
-
15Working of functions in JS
-
16The empty javascript file
-
17Scope chain & Lexical environment
-
18let & const
-
19Block, Scope & Shadowing
-
20Closures in JS
-
21First-class function & anonymous functions
-
22Callback functions & event listeners
-
23JS Engine Architecture & Google V8 JS Engine
-
24Higher order functions
-
25Applications of DOM (Traversal)
-
26Applications of DOM (Manipulation)