Skip to content

Commit 7e52177

Browse files
committed
Updated Readme
1 parent 442b8d4 commit 7e52177

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
## Contents -
66

7-
- #### [Variables and Data Types](/1_variables_and_data_types/variablesDataTypes.md)
8-
- #### [Operators](/2_Operators/Operators.md)
9-
- #### [Logic and Control Flow](/3_Logic_and_Control_flow/LogicAndControlFlow.md)
10-
- #### [Functions](/4_Functions/Functions.md)
11-
- #### [Hoisting and Closures](/5_Hoisting_and_Closure/HoistingAndClosure.md)
12-
- #### [Strings in Detail](/6_Strings_in_detail/strings.md)
13-
- #### [Arrays in Detail](/7_Arrays_in_detail/Arrays.md)
14-
- #### [Objects in Detail](/8_Objects_in_detail/objects.md)
15-
- #### [Value vs Reference](/9_Value_vs_Reference/value_vs_reference.md)
16-
- #### [DOM](/10_DOM/dom.md)
7+
- #### [Variables and Data Types](/1_variables_and_data_types/variablesDataTypes.md)
8+
- #### [Operators](/2_Operators/Operators.md)
9+
- #### [Logic and Control Flow](/3_Logic_and_Control_flow/LogicAndControlFlow.md)
10+
- #### [Functions](/4_Functions/Functions.md)
11+
- #### [Hoisting and Closures](/5_Hoisting_and_Closure/HoistingAndClosure.md)
12+
- #### [Strings in Detail](/6_Strings_in_detail/strings.md)
13+
- #### [Arrays in Detail](/7_Arrays_in_detail/Arrays.md)
14+
- #### [Objects in Detail](/8_Objects_in_detail/objects.md)
15+
- #### [Value vs Reference](/9_Value_vs_Reference/value_vs_reference.md)
16+
- #### [DOM](/10_DOM/dom.md)
17+
- #### [Classes, this and new keyword](/11_Classes_this_and_new_keyword/11.md)
18+
- #### [Asynchronous Concepts](/12_Asynchronous_Concepts/12.md)

0 commit comments

Comments
 (0)