Skip to content
View bittricky's full-sized avatar
🔥
Do you feel the fire?
🔥
Do you feel the fire?
Block or Report

Block or report bittricky

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

Hey There 👋🏽

github-snake
class Person {
  constructor() {
    this.name = "Mitul Patel";
    this.roles = ["Software Engineer", "Programmer", "Developer"];
    this.languagesSpoken = ["hi_IN", "gu_IN", "en_US"];
    this.code = ["Javascript", "Python", "C#"];
    this.hobbies = [
      "Movies & Shows",
      "Games",
      "Reading",
      "Crafting",
      "Fitness",
      "Eating",
      "Traveling",
      "Learning",
    ];
  }

  sayHi = () => {
    console.log(`Hey, Thanks for stopping by.`);
  };
}

const me = new Person();
me.sayHi();

Pinned

  1. status-cli status-cli Public

    Check to see if a website is up or down

    JavaScript 1

  2. public-apis/public-apis public-apis/public-apis Public

    A collective list of free APIs

    Python 295k 32k

  3. simplechain simplechain Public

    Blockchain Example

    JavaScript 1

  4. ether-chart ether-chart Public

    Live Ethereum prices

    JavaScript 2

  5. ip-address-tracker ip-address-tracker Public

    Simple IP Address Tracker App

    TypeScript

  6. dashboard dashboard Public

    Simple Dashboard Application

    JavaScript 1