class AlpSu {
constructor(...options) {
this.height = "1.84"
this.weight = "79"
this.type = "human"
this.job = "student"
this.sex = "male"
}
}
class CreateMan extends AlpSu {
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 Alpsu = new CreateMan()
Alpsu.createDay();
hi there ✌️
Selam ben alp boş zamanlarımda kodlama yapıyorum çeşitli projelerimi buradan paylaşıcam.
- Turkey/ Izmir
-
07:02
(UTC +03:00) - https://alpsu-u-teala.glitch.me
- @AlpSuuu
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.