@@ -9,32 +9,36 @@ JavaScript is a [prototype-based](https://developer.mozilla.org/en-US/docs/Gloss
9
9
programming) styles.
10
10
11
11
## Table of Contents
12
- ## Getting Started ⇒ JavaScript Fundamentals
12
+ # Getting Started ⇒ JavaScript Fundamentals
13
13
14
14
15
- - [ Table of Contents] ( #table-of-contents )
16
- - [ Getting Started ⇒ JavaScript Fundamentals] ( #getting-started--javascript-fundamentals )
15
+ - [ Getting Started ⇒ JavaScript Fundamentals] ( #getting-started--javascript-fundamentals )
17
16
- [ JavaScript Fundamentals => Part 1] ( #javascript-fundamentals--part-1 )
18
- - [ Hello World] ( #hello-world )
19
- - [ A Brief Introduction Of JavaScript] ( #a-brief-introduction-of-javascript )
20
- - [ Linking A JavaScript File] ( #linking-a-javascript-file )
21
- - [ Values & Variables] ( #values--variables )
22
- - [ Data Types] ( #data-types )
23
- - [ The 7 Primitive Data Types] ( #the-7-primitive-data-types )
24
- - [ Let, Const & Var] ( #let-const--var )
25
- - [ Basic Operators] ( #basic-operators )
26
- - [ Operator Precedence] ( #operator-precedence )
27
- - [ String & Template literals] ( #string--template-literals )
28
- - [ Taking Decisions: If / Else statements] ( #taking-decisions-if--else-statements )
29
- - [ Type Conversion & Coercion] ( #type-conversion--coercion )
30
- - [ Truthy & Falsy Values] ( #truthy--falsy-values )
31
- - [ Equality Operator == vs ===] ( #equality-operator--vs- )
32
- - [ Boolean Logic : The AND, OR & NOT Operators] ( #boolean-logic--the-and-or--not-operators )
33
- - [ Logical Operators] ( #logical-operators )
34
-
35
- - [ JavScript Fundamentals => Part - 2] ( javascript-fundamentals-part-2 )
36
- - [ Activating Strict Mode] ( #activating-strict-mode )
37
- - [ Functions] ( #functions )
17
+ - [ Hello World] ( #hello-world )
18
+ - [ A Brief Introduction Of JavaScript] ( #a-brief-introduction-of-javascript )
19
+ - [ Linking A JavaScript File] ( #linking-a-javascript-file )
20
+ - [ Values & Variables] ( #values--variables )
21
+ - [ Data Types] ( #data-types )
22
+ - [ The 7 Primitive Data Types] ( #the-7-primitive-data-types )
23
+ - [ Let, Const & Var] ( #let-const--var )
24
+ - [ Basic Operators] ( #basic-operators )
25
+ - [ Operator Precedence] ( #operator-precedence )
26
+ - [ String & Template literals] ( #string--template-literals )
27
+ - [ Taking Decisions: If / Else statements] ( #taking-decisions-if--else-statements )
28
+ - [ Type Conversion & Coercion] ( #type-conversion--coercion )
29
+ - [ Truthy & Falsy Values] ( #truthy--falsy-values )
30
+ - [ Equality Operator == vs ===] ( #equality-operator--vs- )
31
+ - [ Boolean Logic : The AND, OR & NOT Operators] ( #boolean-logic--the-and-or--not-operators )
32
+ - [ Logical Operators] ( #logical-operators )
33
+ - [ The Switch Statement] ( #the-switch-statement )
34
+ - [ Example] ( #example )
35
+ - [ Statements & Expressions] ( #statements--expressions )
36
+ - [ The Conditional (Ternary) Operator] ( #the-conditional-ternary-operator )
37
+ - [ JavaScript Release ES5, ES6+ & ESNext] ( #javascript-release-es5-es6--esnext )
38
+ - [ JavaScript Fundamentals- Part 2] ( #javascript-fundamentals--part-2 )
39
+ - [ Activating Strict Mode] ( #activating-strict-mode )
40
+ - [ Functions] ( #functions )
41
+
38
42
39
43
----
40
44
0 commit comments