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

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.

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
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. ImmersiveManhunt ImmersiveManhunt Public

    Immersive Manhunt Project

    JavaScript 6

  2. DCB DCB Public

    JavaScript

  3. fakesinvites fakesinvites Public

    Fakes invites and nitro image maker

    HTML 1

  4. 2gf 2gf Public

    To green font ! Look the associed video : https://youtu.be/4W6Qc-K1LSE

    JavaScript

  5. MinecraftNodeJS MinecraftNodeJS Public

    Minecraft client running in NodeJS

    JavaScript

  6. panoramaViewer panoramaViewer Public

    CubeMap for mc panoramas viewer

    JavaScript