Skip to content
View MatrixCoder0101's full-sized avatar
😜
I may be slow to respond.
😜
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report MatrixCoder0101

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

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 ☎️




Popular repositories

  1. MatrixCoder0101 MatrixCoder0101 Public

    3

  2. CodeEditor CodeEditor Public

    JavaScript 3 2

  3. CompassApp CompassApp Public

    JavaScript 1

  4. Dot-Converter Dot-Converter Public

    HTML 1

  5. acode-plugin acode-plugin Public template

    Forked from deadlyjack/acode-plugin

    Template for developing plugins for Acode editor.

    JavaScript 1

  6. welcome-api welcome-api Public

    Forked from Guru322/welcome-api

    Api to get welcome,goodbye,levelup,rankup image

    JavaScript 1