Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ One liner clean code snippets in javascript/react with ES6 syntax
| | |
| 1 | [Conditional statement](#conditional-statement) |
| 2 | [Add a key-value pair in object conditionally](#add-a-key-value-pair-in-object-conditionally) |
| 3 | [Deleting a particular key from object](#deleting-a-particular-key-from-object) |
| 3 | [Deleting a particular key from object](#deleting-a-particular-key-from-object) |
| 4 | [Filling array with dummy values](#filling-array-with-dummy-values) |

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

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

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

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

| 9 | [Conditional default value assignment for numbers](#conditional-default-value-assignment-for-numbers) |

---


Expand Down