function Character(name, age, hobby) {
this.name = name;
this.age = age;
this.hobby = hobby;
}
Character.prototype.bio = function() {
return `Hi there, I'm ${this.name}, a ${this.age}-year-old Full Stack Developer who loves ${this.hobby}!`;
}
Character.prototype.interests = [
'full-stack development',
'building scalable web apps',
'learning new technologies',
'backend & cloud architecture',
'modern React development'
];
const shamnad = new Character('Shamnad', 20, 'exploring tech');
console.log(shamnad.bio());
console.log(`My interests include: ${shamnad.interests.join(', ')}.`);
I may be slow to respond.
Turning bugs into features… or at least trying to. 🐛⚡
- Kochi, Kerala, India
- shamnad.in
- in/shamnadt
- s4mmnd
Pinned Loading
-
Good-Berry
Good-Berry PublicECommerce App with Admin Panel : React, Redux Toolkit, Tailwind, MongoDB
JavaScript 6
-
lingodotdev/lingo.dev
lingodotdev/lingo.dev PublicOpen-source localization engineering tools. Connects to Lingo.dev localization engineering platform for consistent, quality translations.
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.




