Last active
May 29, 2019 05:01
-
-
Save fvilante/acbf6b6dbd7752a0580b8abdd623f318 to your computer and use it in GitHub Desktop.
Deno test
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
// Just a test of Deno | |
const aTable = { deno: 'Typescript', grupo: 'Typescript', nome: 'Flavio' } | |
console.log() | |
console.table(aTable) | |
console.log() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment