Skip to content
View TheLokin's full-sized avatar
πŸ› οΈ
Compiling...
πŸ› οΈ
Compiling...

Highlights

  • Pro

Block or report TheLokin

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

Meet TheLokin 😎

class TheLokin {
  private name: string;
  private username: string;
  private location: string;

  constructor() {
    this.name = 'Diego Ramil LΓ³pez';
    this.username = 'TheLokin';
    this.location = 'Spain';
  }

  introduce(): string {
    return `
      Hi, I'm ${this.name}, but you can call me '${this.username}' (because 'Master of Divs' was taken).
      I'm a Frontend Developer from ${this.location} who lives on a steady diet of coffee and CSS bugs.
    `;
  }

  debug(): void {
    console.log(`Debugging ${this.username}...`);
    setTimeout(() => console.log('Still debugging...'), 1000);
    setTimeout(() => console.log('Alright, fixed... for now.'), 3000);
  }
}

// Main function to meet me
(function main() {
  const me = new TheLokin();
  console.log(me.introduce());
  me.debug();
})();

Statistics

Diego's Github Stats Diego's Github Languages

Pinned Loading

  1. porfolio porfolio Public

    Mi trayectoria profesional

    Astro 1

  2. netherite-instamine netherite-instamine Public

    A Minecraft Data Pack designed to let you instamine additional blocks when using an Efficiency V pickaxe or axe under Haste II.

    mcfunction

  3. Kabalayn Kabalayn Public archive

    Put the ball into the opponent's goal and win

    Python 1

  4. Temzone-Android Temzone-Android Public archive

    The Temtem Interactive Map Android App

    Kotlin 1