Skip to content

Commit 8bc54e2

Browse files
authored
Merge pull request #15 from kkm980/test_branch
addeed more snippets
2 parents 1e13cf7 + 5d1c11c commit 8bc54e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@ One liner clean code snippets in javascript/react with ES6 syntax
1313
| | |
1414
| 1 | [Conditional statement](#conditional-statement) |
1515
| 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) |
1717
| 4 | [Filling array with dummy values](#filling-array-with-dummy-values) |
18-
1918
| 5 | [Call function if it exists](#call-function-if-it-exists) |
20-
2119
| 6 | [String to Number](#string-to-number) |
22-
2320
| 7 | [Console related optimisation](#console-related-optimisation) |
24-
2521
| 8 | [Overwrite by default values](#overwrite-by-default-values) |
26-
2722
| 9 | [Conditional default value assignment for numbers](#conditional-default-value-assignment-for-numbers) |
28-
2923
---
3024

3125

0 commit comments

Comments
 (0)