From ebb4d37defdfe6cd824bf0d6b8578084c9fa347f Mon Sep 17 00:00:00 2001 From: krishna9802 Date: Thu, 2 Feb 2023 11:36:19 +0530 Subject: [PATCH] added new snippets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be40a95..efad753 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 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) | -| 4 | [filling-array-with-dummy-values](#deleting-a-particular-key-from-object) | +| 4 | [filling-array-with-dummy-values](#filling-array-with-dummy-values) |