Skip to content
View AlmightyNan's full-sized avatar
🖤
💜
🖤
💜
Block or Report

Block or report AlmightyNan

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


Student / Backend developer.

class AlmightyNan {
  public usernames: Record<string, string>;
  public age: number;
  public occupation: Record<string, string>;
  public mostUsedLanguages: string[];
  public frameworks: string[];
  public website: string[];
  public projects: string[];
  public isNaN: boolean;

  constructor() {
    this.usernames = ['AlmightyNan', 'a1mightynan'];
    this.age = 17;
    this.occupation = ['Student', 'Developer']
    this.mostUsedLanguages = ['JavaScript', 'TypeScript', 'Python', 'Bash', 'HTML'];
    this.frameworks = ['React', 'Next.js', 'Vue.js'];
    this.website = 'almightynan.cc';
    this.projects = 'harmony.almightynan.cc';
    this.isNaN = true;
  }
}

Languages that I use


Frameworks/libraries


Languages that I use


Pinned

  1. discord-debug discord-debug Public

    Forked from Dqrshan/discord-debug

    A simple discord.js debugging tool, inspired by dokdo

    TypeScript