From d5790fe081244a9e00d02a2e9bcfd43d57c96109 Mon Sep 17 00:00:00 2001 From: krishna9802 Date: Thu, 2 Feb 2023 11:27:27 +0530 Subject: [PATCH] added new snippets --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 19d5de0..5f1f2a1 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,11 @@ One liner clean code snippets in javascript/react with ES6 syntax | No. | Questions | | --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | | **Core React** | -| 1 | [Conditional statement](#conditional-statement) | +| 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) | -| 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) | ---