Skip to content

Instantly share code, notes, and snippets.

@fvilante
Last active May 29, 2019 05:01
Show Gist options
  • Save fvilante/acbf6b6dbd7752a0580b8abdd623f318 to your computer and use it in GitHub Desktop.
Save fvilante/acbf6b6dbd7752a0580b8abdd623f318 to your computer and use it in GitHub Desktop.
Deno test
// 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