class Sahil {
constructor() {
this.name = "Sahil Pawar";
this.role = "Full Stack Web Developer";
this.goal = "MCA | Software Engineer";
this.location = "Mumbai, India ๐ฎ๐ณ";
this.learning = [
"HTML", "CSS", "JavaScript", "React", "Node.js", "Express", "MongoDB"
];
this.brainFuel = [
"โ Coffee", "๐ป Coding","๐ Building Projects"
];
this.superpower =
"Turning ideas into real web applications";
this.weakness =
"Fixing one bug and finding five more.";
}
currentStatus() {
return "Learning MERN. Building RentHub.";
}
motto() {
return "Code. Learn. Build. Repeat. ๐";
}
}Sahil-commit/Sahil-commit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||