Skip to content

Commit d5790fe

Browse files
author
krishna9802
committed
added new snippets
1 parent 940bbfa commit d5790fe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ One liner clean code snippets in javascript/react with ES6 syntax
1111
| No. | Questions |
1212
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1313
| | **Core React** |
14-
| 1 | [Conditional statement](#conditional-statement) |
14+
| 1 | [Conditional statement](#conditional-statement) |
15+
| 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) |
17+
| 4 | [filling-array-with-dummy-values](#deleting-a-particular-key-from-object) |
1518

16-
| 2 | [Add a key-value pair in object conditionally](#add-a-key-value-pair-in-object-conditionally) |
17-
18-
| 3 | [Deleting a particular key from object](#deleting-a-particular-key-from-object) |
19-
20-
| 4 | [filling-array-with-dummy-values](#deleting-a-particular-key-from-object) |
2119

2220

2321
---

0 commit comments

Comments
 (0)