Skip to content

MatrixCoder0101/MatrixCoder0101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Typing SVG


MatrixCoder0101's GitHub Stats

Visitor's

count

MatrixCoder's Music Player

s4nx Playing Now

Github Stats's 🚀

Repo Stats 🔭

github card github card github card github card

🏆 GitHub Activity

Metrics

About_Me.js

function Personal(name, age, hobby) {     
    this.name = name;  
    this.age = age; 
    this.hobby = hobby; 
} 
  
Personal.prototype.info = function() { 
    return `Hi there, I'm ${this.name}, a ${this.age} year old who loves working with ${this.hobby}!`; 
} 
  
Personal.prototype.interesting = ['programming', 'video games', 'hanging out with friends']; 
  
var goutam = new Personal("Goutam", 17, "Node.js"); 
console.log(goutam.info()); 
console.log(`My interests include: ${goutam.interesting.join(', ')}.`);

Buy Me A Pizza

Connect with me ☎️




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors