Created
September 4, 2019 09:24
-
-
Save indreklasn/70c15cd6c541249ee73c5f79217df4f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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