Giter VIP home page Giter VIP logo

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

fox3000foxy's Projects

2gf icon 2gf

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

discord-console-hacks icon discord-console-hacks

A collection of JavaScript Codes I've made to enhance the User Experience of Discord and some other Discord related stuff

discord.jar icon discord.jar

a powerfull api to create discord bots in java programming language.

discordcli icon discordcli

This is a command line interface project which allows to be on discord from a terminal...

first-order-model icon first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation

flying-server icon flying-server

Create Minecraft servers with a powerful, stable, and high level JavaScript API.

google-api-nodejs-client icon google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.