Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 4, 2019 09:21
Show Gist options
  • Save indreklasn/985edb7d870f91efba9bd658d7291f69 to your computer and use it in GitHub Desktop.
Save indreklasn/985edb7d870f91efba9bd658d7291f69 to your computer and use it in GitHub Desktop.
const pets = {
name: "Simon",
type: "cat"
};
const person = {
firstName: "Indrek",
lastName: "Lasn"
}
console.table(pets, person);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment