functionPersonal(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'];vargoutam=newPersonal("Goutam",17,"Node.js");console.log(goutam.info());console.log(`My interests include: ${goutam.interesting.join(', ')}.`);Learning...
Half-Stak Developer from India
Popular repositories Loading
- CodeEditor
CodeEditor Public - MatrixCoder0101
MatrixCoder0101 Public - CompassApp
CompassApp PublicJavaScript 2
- Dot-Converter
Dot-Converter PublicHTML 2
- acode-plugin
acode-plugin Public templateForked from Acode-Foundation/acode-plugin
Template for developing plugins for Acode editor.
JavaScript 2
- acode-plugin-acodex
acode-plugin-acodex PublicForked from bajrangCoder/acode-plugin-acodex
AcodeX is a plugin for the Acode app that adds terminal support, making coding more productive and efficient.
JavaScript 2
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.
Uh oh!
There was an error while loading. Please reload this page.




