My field of interest are none.
class Me {
constructor() {
this.name = "Sujal Thakkar";
this.pronouns = "Crea tive/ture";
this.dateOfBirth = "2004-12-03";
this.languagesKnown = ["English", "Bengali", "Hindi"];
this.programmingLanguages = ["C++", "JS", "PHP"];
this.hobbies = ["Cricket"];
}
}| |
|


