class Readme {
constructor() {
this.name = "Vuong Le";
this.age = 20;
this.contacts = {
email: "[email protected]",
tele: "vuongle2609",
};
this.location = "localhost, VietNam";
}
talk() {
console.log(
"There is no good and evil, there is only Javascript and those too weak to seek it."
);
}
}
🐱
Meowing
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.