File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,13 @@ One liner clean code snippets in javascript/react with ES6 syntax
13
13
| | |
14
14
| 1 | [ Conditional statement] ( #conditional-statement ) |
15
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 ) |
16
+ | 3 | [ Deleting a particular key from object] ( #deleting-a-particular-key-from-object ) |
17
17
| 4 | [ Filling array with dummy values] ( #filling-array-with-dummy-values ) |
18
-
19
18
| 5 | [ Call function if it exists] ( #call-function-if-it-exists ) |
20
-
21
19
| 6 | [ String to Number] ( #string-to-number ) |
22
-
23
20
| 7 | [ Console related optimisation] ( #console-related-optimisation ) |
24
-
25
21
| 8 | [ Overwrite by default values] ( #overwrite-by-default-values ) |
26
-
27
22
| 9 | [ Conditional default value assignment for numbers] ( #conditional-default-value-assignment-for-numbers ) |
28
-
29
23
---
30
24
31
25
You can’t perform that action at this time.
0 commit comments