Created
September 4, 2019 09:17
-
-
Save indreklasn/a54982ccf320af8453f510b559ffee7d 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" | |
}; | |
console.table(pets); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment