Skip to content
View baranabey's full-sized avatar

Block or report baranabey

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
baranabey/README.md
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();

Me :)

[Discord Presence

๐Ÿ”ง Languages

๐Ÿงฎ Stats


๐Ÿ† Trophies

trophy

๐ŸŒŸ Contacts!

Popular repositories Loading

  1. sticker-surge sticker-surge Public

    Forked from DarylPinto/sticker-surge

    Custom stickers and sticker packs for Discord servers!

    JavaScript

  2. baranabey baranabey Public

    abey

  3. haxball_bot_headless haxball_bot_headless Public

    Forked from Wazarr94/haxball_bot_headless

    Ready-to-go scripts and functions for the HaxBall Headless API !

    JavaScript