const fullStackWebDeveloper = {
name: "Ansh Verma",
role: "Full Stack Web Developer π¨βπ»",
favoriteLanguages: ["C++", "JavaScript", "Python"],
};
const sayHi = () => {
console.log(
"π Thanks for dropping by! I hope you find some of my work interesting."
);
};
const me = { ...fullStackWebDeveloper, sayHi };
// A little about me
console.log(me);
me.sayHi();
I'm a passionate Full-Stack Web Developer who brings ideas to life with elegant and functional frontends. I thrive on working with modern technologies and am always eager to expand my skill set to stay ahead in the ever-evolving world of web development.
- π± Iβm currently learning Next.js.
- π― Iβm looking to collaborate on projects related to Web Development, Generative AI, and Blockchain.
- π¬ Ask me about anything related to web development.
- π« How to reach me: [email protected]
- β‘ Fun fact: When I'm not coding, you'll find me diving into immersive games and exploring virtual worlds.