We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ba7287 + 9175042 commit 6b458a7Copy full SHA for 6b458a7
1 file changed
README.md
@@ -26,9 +26,7 @@ One liner clean code snippets in javascript/react with ES6 syntax
26
27
const student={
28
name:'Krishna Kant',
29
- roll:'AD203',
30
- stream:'MERN stack web development',
31
- ...(is_employee && {company:'Inventives.ai})
+ roll:'AD203'
32
};
33
34
if(is_employee){
0 commit comments