class Developer {
constructor() {
this.name = "Taru Pathak π";
this.role = "FullStack Developer π¨";
this.favoriteLanguage = "JavaScript β¨";
this.hobby = "Developing π»";
}
sayHello() {
console.log("Hello there! Thanks for checking out my work, stay awesome! π");
}
}
const me = new Developer();
me.sayHello();
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||