Skip to content

farukcanx/zenzysjr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

class zenzysjr{
  constructor(...options) {
    this.name = "faruk",
    this.age = "23",
    this.height = "1.86"
    this.weight = "90"
    this.type = "human"
    this.job = "software"
    this.sex = "male"
    this.technologies: {
        backend: ["NodeJS", "express", "batch"],
        database: ["MySQL", "MongoDB"],
    },
    languages: ["Python", "HTML", "CSS", "JavaScript"]
  }
}
module.exports = zenzysjr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published