Skip to content
View b1nzeex's full-sized avatar
🖥️
Programming
🖥️
Programming
  • United Kingdom
  • 06:54 (UTC +01:00)

Highlights

  • Pro

Block or report b1nzeex

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
b1nzeex/README.md

Hello, I'm Connor!

GitHub Stats

Programming / Scripting / Markdown Languages I Know...

Databases I Know...

Frameworks I Know...

Other Useful Things I Know...

About Me!

import { Person } from "../Person";

export class ConnorBeach extends Person {
  public name: string;
  public age: number;
  public county: string;
  public hobbies: string[];

  public constructor() {
    this.name = "Connor Beach";
    this.age = 25;
    this.county = "Herefordshire, UK";
    this.hobbies = ["Programming", "Gaming"];
    
    this.introduce();
  }
  
  private introduce() {
    return console.log(`Hello, my name is ${this.name}, I am ${this.age} years old and live in ${this.county}. My hobbies are ${this.hobbies.join(", ")}!`);
  }
}

Popular repositories Loading

  1. rce.js rce.js Public

    TypeScript 18 10

  2. b1nzeex b1nzeex Public

    4

  3. RBX-Group-Auto-Moderator RBX-Group-Auto-Moderator Public

    TypeScript 1

  4. dvs-discord-bot-v2 dvs-discord-bot-v2 Public

    TypeScript 1 1

  5. react-iptables-manager react-iptables-manager Public

    CSS

  6. garden-maintenance-webpage garden-maintenance-webpage Public

    HTML