My name is Popu and I'm studying Saigon University.
I'm from Vietnam and my goal is to become a software engineer.
class Popu {
constructor() {
this.fullName = "Chau Phu Thinh";
this.school = "SGU K20";
this.hobbies = ["coding", "anime"];
}
eat() {
console.log("I eat everything that can be eaten");
}
coding() {
console.log("I don't need anyone but Code");
}
sleep() {
console.log("zzz....");
}
}