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(', ')}.`);
π―
Focusing
Highlights
Pinned Loading
-
zoromd
zoromd PublicπΊπππππ πΎπππππππ π©ππ π΄ππππ-π πππππ π«ππ'π ππππππ ππ ππππ ππππ ππ πππ ππππ ππ ππππππππ ππ ππ ππππ. π»πππππ
-
BocchiBot
BocchiBot PublicForked from SlavyanDesu/BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.