Skip to content

Instantly share code, notes, and snippets.

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