Skip to content
View Wency's full-sized avatar
💙
Mavi adamdır.
💙
Mavi adamdır.

Highlights

  • Pro

Block or report Wency

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wency/README.md
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();

Wency

Discord Profile

🔧 Languages

🧮 Stats

Wency GitHub Stats

🏆 Trophies

trophy

🌟 Contacts!

Popular repositories Loading

  1. Wency Wency Public