From 66a98935005fc13a8ebad7d64afb103b532569c6 Mon Sep 17 00:00:00 2001 From: krishna9802 Date: Sat, 28 Jan 2023 11:10:20 +0530 Subject: [PATCH] second code snippet addded --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4944c..2c4ad4c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ One liner clean code snippets in javascript/react with ES6 syntax **[⬆ Back to Top](#table-of-contents)** - + - More code snippets are being added ## Disclaimer The code snippets mentioned in this repository are the summary of frequently used codes in Javascript and/or React with ES6 syntax. We cannot guarantee that only these snippets will actually make the code cleaner, smoother and optimised, nor should you focus on copying and pasting them all. The primary purpose is for you to get a sense of how some bulk codes might be replaced with one-liner ES6 conditional and operational statements!