Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 4, 2019 09:24
Show Gist options
  • Save indreklasn/70c15cd6c541249ee73c5f79217df4f1 to your computer and use it in GitHub Desktop.
Save indreklasn/70c15cd6c541249ee73c5f79217df4f1 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