Skip to content
View x7y62's full-sized avatar
🎧
Vibing
🎧
Vibing
  • Selangor, Malaysia

Block or report x7y62

Report abuse

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

Report abuse
x7y62/README.md

x7y62

👋 Hello everyone!

  • I'm @x7y62.
  • I'm a self-taught full stack developer.
  • I'm currently learning React and WebGL.

About Me

class User { // Private info private name: string; private age: number; // Public info public username: string; public lang: string[]; public db: string[]; public misc: string[]; constructor(name: string, age: number) { // Private info this.name = name; this.age = age; // Public info this.lang = ["JS", "TS", "HTML", "CSS", "WASM", "Rust", "C++", "C"]; this.db = ["MongoDB", "SQLite3"]; this.misc = ["Git", "GitHub", "GNU", "NodeJS", "Deno"]; } // Get name public get __name__(): string { return this.name; } // Get age public get __age__(): number { return this.age; } }

GitHub Statistics

GitHub Statistics

Language Usage

Language Usage

Pinned Loading

  1. rusty_v8 rusty_v8 Public

    Forked from denoland/rusty_v8

    Android port of denoland/rusty_v8

    Rust

  2. JesusChapman/termux-desktop-xfce JesusChapman/termux-desktop-xfce Public archive

    Set up a beautiful xfce desktop in termux

    Shell 576 64

  3. rmartone/missionlog rmartone/missionlog Public

    🚀 lightweight logging • supports level based filtering and tagging • weighs in at around 500 bytes

    HTML 34 3