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
-
BocchiBot
BocchiBot PublicForked from SlavyanDesu/BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
13 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More