Skip to content

Commit 9175042

Browse files
author
krishna9802
committed
second code snippet addded
1 parent 66a9893 commit 9175042

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ One liner clean code snippets in javascript/react with ES6 syntax
2626

2727
const student={
2828
name:'Krishna Kant',
29-
roll:'AD203',
30-
stream:'MERN stack web development',
31-
...(is_employee && {company:'Inventives.ai})
29+
roll:'AD203'
3230
};
3331

3432
if(is_employee){

0 commit comments

Comments
 (0)