Skip to content
View tiendat77's full-sized avatar

Block or report tiendat77

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

Hello there 👋

class TienDat {
  pronouns = 'He' || 'Him';
  name = 'Tien Dat Huynh';
  role = 'Front-end Developer';
  code = ['Javascript', 'Typescript', 'HTML', 'CSS', 'Angular', 'Ionic', 'NodeJS', 'Tailwindcss', 'Astro'];
  misc = ['Java', 'Krita', 'Inkscape', 'Figma', 'Wordpress', 'Arduino'];

  sayHi() {
    console.log('Thanks for dropping by.');
  }

  sayJoke() {
    console.log(`"There are two ways to write error-free programs; only the third works." - Alan J. Perlis`);
  }
}

let me = new TienDat();
me.sayHi();
me.sayJoke();

Pinned Loading

  1. gomoku gomoku Public

    Gomoku, also known as “Five in a Row” is a classic strategy game that is known in many countries around the world.

    TypeScript 2

  2. curriculum-vitae curriculum-vitae Public

    My curriculum vitae

    Astro 3

  3. lunar-calendar lunar-calendar Public

    Vietnamese lunar calendar app

    TypeScript 3 2

  4. love-alarm-landing-page love-alarm-landing-page Public

    Love Alarm is the mobile app based on the Original webtoon & K-drama "Love Alarm"

    Astro 1

  5. remote-control-car remote-control-car Public

    Java 2

  6. LightRemote LightRemote Public

    Room light remote app

    C++ 2