Skip to content
View AlpSuuu's full-sized avatar
💭
hi there ✌️
💭
hi there ✌️

Highlights

  • Pro

Block or report AlpSuuu

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
AlpSuuu/README.md

AlpSu

class AlpSu {
  constructor(...options) {
    this.height = "1.83"
    this.weight = "63"
    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();

Me :)

Discord Presence

🔧 Languages

🧮 Stats

AlpSuuu GitHub Stats

🗂️ Projects

AlpSuu Register AlpSuu classes-function AlpSuu instagramDownloader AlpSuu awaiter

🌟 Contacts!

Pinned Loading

  1. awaiter awaiter Public

    promise resolver , async to sync converter

    TypeScript 1

  2. AlpSuuu AlpSuuu Public

  3. instagramDownloader instagramDownloader Public

    Basit bir instagram media downloader

    JavaScript 6 1

  4. classes-function classes-function Public

    a basic class functions for public websites

    JavaScript 3

  5. register register Public

    JavaScript 12 1