Skip to content

Instantly share code, notes, and snippets.

@agatablue
Created October 23, 2017 19:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save agatablue/b89c2018bec49ffb8a04b143ce562976 to your computer and use it in GitHub Desktop.
var alien = {
name: "Pampam",
age: 3435,
sayHello: function () {
console.log("Hello");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment