Hey 👋, I'm Khush Chaurasia 👨💻
I'm a Computer Science Graduate 👨💻, Currently learning FullStack MERN Tecnology.🚀
class SoftwareDeveloper {
SoftwareDeveloper() {
this.name = "Khush Chaurasia";
this.age = 26;
this.role = "Software Developer";
this.language_spoken = ["English", "Hindi"];
}
welcome() {
console.log("Thanks for visiting. I hope you find some of my work interesting.");
}
}
const me = new SoftwareDeveloper();
me.welcome();I love connecting with different people so if you want to connect I'll be happy to connect with you all on LinkedIn || Github. 😊
