Skip to content

Instantly share code, notes, and snippets.

@garek007
Last active May 27, 2026 20:12
Show Gist options
  • Select an option

  • Save garek007/d503aa35716f9f5de497bbc89832058a to your computer and use it in GitHub Desktop.

Select an option

Save garek007/d503aa35716f9f5de497bbc89832058a to your computer and use it in GitHub Desktop.
Sample
const person = {
firstName: "John",
lastName: "Doe",
age: 30,
sayHello: function(){
console.log("Hello!");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment