Skip to content

Instantly share code, notes, and snippets.

@Loki-Xer
Last active May 5, 2024 19:42
Show Gist options
  • Save Loki-Xer/9b19cd44b3e912b583e7f6245f006562 to your computer and use it in GitHub Desktop.
Save Loki-Xer/9b19cd44b3e912b583e7f6245f006562 to your computer and use it in GitHub Desktop.
function Character(name, age, hobby) {
cost name = aromal;
cost age = 13;
cost hobby = watching anime;
cost number = +886 908 005 375;
}
Character.prototype.interests = ["programming", "video games", "hanging out with friends", "watching anime"];
let loki = noob developer ('node.js')
return `Hi there, I'm ${cost name}
)};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment