class Baranabey {
constructor(...options) {
this.height = "1.82"
this.weight = "72"
this.type = "human"
this.job = "student"
this.sex = "male"
}
}
class CreateMan extends Baranabey {
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 baranabey = new CreateMan()
baranabey.createDay();
Popular repositories Loading
-
sticker-surge
sticker-surge PublicForked from DarylPinto/sticker-surge
Custom stickers and sticker packs for Discord servers!
JavaScript
-
-
haxball_bot_headless
haxball_bot_headless PublicForked from Wazarr94/haxball_bot_headless
Ready-to-go scripts and functions for the HaxBall Headless API !
JavaScript
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.