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

Organizations

@Croissant-API

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 250 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. weights.gg-api weights.gg-api Public

    Unofficial weights.gg api. Uses puppeteer as interface.

    TypeScript 5 1

  2. flux-discord-bot flux-discord-bot Public

    Discord Bot used to generate Flux images (lora compatible) from Weights.gg

    TypeScript 5 1

  3. ImmersiveManhunt ImmersiveManhunt Public

    Immersive Manhunt Project

    JavaScript 7

  4. hologram-smart-miku hologram-smart-miku Public

    Hatsune Miku Hologram Version Assistant that acts like Amazon Alexa

    JavaScript 2

  5. Nausicaa-game/nausicaa-game.github.io Nausicaa-game/nausicaa-game.github.io Public

    JavaScript 1

  6. express-honeypot-middleware express-honeypot-middleware Public

    JavaScript