From 940bbfae22dca0a803c5803e15af636aae1b2a1b Mon Sep 17 00:00:00 2001 From: krishna9802 Date: Thu, 2 Feb 2023 11:22:44 +0530 Subject: [PATCH] added new snippets --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index affa214..19d5de0 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,15 @@ One liner clean code snippets in javascript/react with ES6 syntax ### Table of Contents -| No. | Code | | -| --- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | - -| 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) | +| No. | Questions | +| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| | **Core React** | +| 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) |