const sumir = {
name: "Sumir Vats",
about: "๐ Mentor @Google Developer Students Club, ZHCET",
talksAbout: ["Technology", "Engineering", "Music"],
portfolio: "๐ฌ https://sumirvats/netlify.app",
email: "[email protected]",
};
function life(user) {
return `${user.name} wants to ๐ฑ Live, ๐จโ๐ป Learn, ๐ซ Grow`;
}
life(sumir);