From 917504295cd53912904d7bfd7b25c45b6f1a5522 Mon Sep 17 00:00:00 2001 From: krishna9802 Date: Sat, 28 Jan 2023 12:40:58 +0530 Subject: [PATCH] second code snippet addded --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c4ad4c..fd57f39 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,7 @@ One liner clean code snippets in javascript/react with ES6 syntax const student={ name:'Krishna Kant', - roll:'AD203', - stream:'MERN stack web development', - ...(is_employee && {company:'Inventives.ai}) + roll:'AD203' }; if(is_employee){