Skip to content
View afterjs's full-sized avatar
💻
Eat->Code->Debug->Sleep
💻
Eat->Code->Debug->Sleep

Block or report afterjs

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

class Person {
   constructor(name, age, email, location) {
      this.name = name;
      this.age = age;
      this.email = email,
      this.location = location,
      this.hobbies = []
   }

   getInfo() {
      return { information: { ...this } }
   }

   setHobbies(hobbies) {
      this.hobbies = hobbies
   }

}

const person = new Person("Ricardo aka Afterjs", 21, "[email protected]", "Viana do Castelo, Portugal")
person.setHobbies(["Programming", "Listening to music", "Watch Movies"])

info = person.getInfo()

console.log(info)

animated


👨‍💻Languages and Technologies👨‍💻


Master-Js Master-C Master-Python Master-Csharp Master-Java Master-lua Master-React Master-HTML Master-CSS Master-nodejs Master-Firebase Master-Postgresql Master-Mysql Master-express Master-docker Master-figma

snake gif

Pinned Loading

  1. Video-Game-Sales-API Video-Game-Sales-API Public

    JavaScript 2

  2. JavaFX_BankSystem JavaFX_BankSystem Public

    Bank System with JavaFX and Mysql

    Java 4

  3. whereisit-api whereisit-api Public

    JavaScript

  4. WhereIsIt-application WhereIsIt-application Public

    Application created with expo cli

    JavaScript

  5. WhereIsIt_Website WhereIsIt_Website Public

    JavaScript

  6. WeControl WeControl Public

    Simple Website and a rest api created with nodejs.

    JavaScript