@@ -12,19 +12,19 @@ One liner clean code snippets in javascript/react with ES6 syntax
12
12
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13
13
| | |
14
14
| 1 | [ Conditional statement] ( #conditional-statement ) |
15
- | 2 | [ Add a key-value pair in object conditionally] ( #add-a-key-value-pair-in-object-conditionally ) |
16
- | 3 | [ Deleting a particular key from object] ( #deleting-a-particular-key-from-object ) |
17
- | 4 | [ Filling array with dummy values] ( #filling-array-with-dummy-values ) |
15
+ | 2 | [ Add a key-value pair in object conditionally] ( #add-a-key-value-pair-in-object-conditionally ) |
16
+ | 3 | [ Deleting a particular key from object] ( #deleting-a-particular-key-from-object ) |
17
+ | 4 | [ Filling array with dummy values] ( #filling-array-with-dummy-values ) |
18
18
19
- | 5 | [ Call function if it exists] ( #call-function-if-it-exists ) |
19
+ | 5 | [ Call function if it exists] ( #call-function-if-it-exists ) |
20
20
21
- | 6 | [ String to Number] ( #string-to-number ) |
21
+ | 6 | [ String to Number] ( #string-to-number ) |
22
22
23
- | 7 | [ Console related optimisation] ( #console-related-optimisation ) |
23
+ | 7 | [ Console related optimisation] ( #console-related-optimisation ) |
24
24
25
- | 8 | [ Overwrite by default values] ( #overwrite-by-default-values ) |
25
+ | 8 | [ Overwrite by default values] ( #overwrite-by-default-values ) |
26
26
27
- | 9 | [ Conditional default value assignment for numbers] ( #conditional-default-value-assignment-for-numbers ) |
27
+ | 9 | [ Conditional default value assignment for numbers] ( #conditional-default-value-assignment-for-numbers ) |
28
28
29
29
---
30
30
@@ -151,13 +151,8 @@ One liner clean code snippets in javascript/react with ES6 syntax
151
151
** [⬆ Back to Top](#table- of - contents)**
152
152
153
153
154
- - More code snippets are being added
155
-
156
-
157
154
4. ### Filling array with dummy values
158
155
159
-
160
-
161
156
** Plain conditional operation**
162
157
163
158
` ` ` javascript
@@ -352,6 +347,10 @@ One liner clean code snippets in javascript/react with ES6 syntax
352
347
353
348
` ` `
354
349
350
+
351
+ ** [⬆ Back to Top](#table- of - contents)**
352
+
353
+
355
354
356
355
9. ### Conditional default value assignment for numbers
357
356
0 commit comments