Skip to content

xxirfanx/xxirfanx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

hi there 👋🏻

  function Personal(name, age, hobby)
    {    
        conn.name= name; 
        conn.age= age;
        conn.hobby = hobby;
    }
    
      Personal.prototype.info = function() {
      return `Hi there, I'm ${conn.name}, a ${conn.age} year old who loves working with ${conn.hobby}!`;
    }
    
    Personal.prototype.interesting = ['programming', 'video games', 'hangings out with friends'];
    
    var lua = new Person("lua", 19, "Node.js")
    console.log(lua.info());
    console.log(`My interests includes: ${lua.interesting.join(', ')}.`);
🌟 Follow Me On

Visitor

count

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages