Skip to content

Commit 1e13cf7

Browse files
authored
Merge pull request #14 from kkm980/test_branch
addeed more snippets
2 parents eb9240a + 2be2573 commit 1e13cf7

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ One liner clean code snippets in javascript/react with ES6 syntax
1212
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1313
| | |
1414
| 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) |
1818

19-
| 5 | [Call function if it exists](#call-function-if-it-exists) |
19+
| 5 | [Call function if it exists](#call-function-if-it-exists) |
2020

21-
| 6 | [String to Number](#string-to-number) |
21+
| 6 | [String to Number](#string-to-number) |
2222

23-
| 7 | [Console related optimisation](#console-related-optimisation) |
23+
| 7 | [Console related optimisation](#console-related-optimisation) |
2424

25-
| 8 | [Overwrite by default values](#overwrite-by-default-values) |
25+
| 8 | [Overwrite by default values](#overwrite-by-default-values) |
2626

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) |
2828

2929
---
3030

@@ -151,13 +151,8 @@ One liner clean code snippets in javascript/react with ES6 syntax
151151
**[⬆ Back to Top](#table-of-contents)**
152152

153153

154-
- More code snippets are being added
155-
156-
157154
4. ### Filling array with dummy values
158155

159-
160-
161156
**Plain conditional operation**
162157

163158
```javascript
@@ -352,6 +347,10 @@ One liner clean code snippets in javascript/react with ES6 syntax
352347
353348
```
354349

350+
351+
**[⬆ Back to Top](#table-of-contents)**
352+
353+
355354

356355
9. ### Conditional default value assignment for numbers
357356

0 commit comments

Comments
 (0)