class Wency {
constructor(...options) {
this.height = "1.90"
this.weight = "98"
this.type = "human"
this.job = "student"
this.sex = "male"
}
}
class CreateMan extends Wency {
constructor(...options) {
super(options);
}
private _eating() {
void "eating 🍔 🍟 🍗 🥤"
}
private _coding() {
void "coding... ❤️"
}
private _sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)) }
async createDay() {
this._eating()
this._coding()
await this._sleep(18000000)
this.createDay()
}
}
let Wency = new CreateMan()
Wency.createDay();
💙
Mavi adamdır.
I am 18 years old. I have been interested in software for the last 2 years.
Verified bot developer of @discord.
-
Codesty
- Turkey
- codesty.org
- @Wencyshu
Highlights
- Pro
Popular repositories 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.