Skip to content
View fox3000foxy's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Fox3000foxy Studios

Highlights

  • Pro

Organizations

@Croissant-API @Clarity-Studio

Block or report fox3000foxy

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

Hi there 👋

My JS description :

class Person {
    constructor(username, job, codingLanguages) {
        this.username = username;
        this.job = job;
        this.codingLanguages = codingLanguages;
    }

    details() {
        console.log(`Hello, my name is ${this.username}`);
        console.log(`I'm a ${this.job} for the moment`);
        console.log(`I'm actually work on ${this.codingLanguages}`);
    }
}

const me = new Person("fox3000foxy", "Independent developer", "Javascript");
me.details();

Output :

Hello, my name is fox3000foxy
I'm a independent developer for the moment
I'm actually work on Javascript

Pinned Loading

  1. hologram-smart-miku hologram-smart-miku Public archive

    Hatsune Miku Hologram Version Assistant that acts like Amazon Alexa

    JavaScript 2

  2. Nausicaa-game/nausicaa-game.github.io Nausicaa-game/nausicaa-game.github.io Public archive

    JavaScript 1

  3. virtualcam-extension virtualcam-extension Public archive

    An extension thats hi-jack webcam video flux and replace it with a video.

    JavaScript 3 1

  4. ImmersiveSMP ImmersiveSMP Public archive

    JavaScript 2

  5. pokerManager.ts pokerManager.ts
    1
    import { EventEmitter } from "events";
    2
    import { Hand } from "pokersolver";
    3
    
                  
    4
    // --------------------- CONSTANTS ---------------------
    5
    const SUITS = ["h", "d", "c", "s"];
  6. p2r3/bareiron p2r3/bareiron Public

    Minimalist Minecraft server for memory-restrictive embedded systems

    C 3.9k 190