Skip to content

Instantly share code, notes, and snippets.

@pointbar
Last active December 4, 2015 22:04
Show Gist options
  • Save pointbar/317eb3fa12d9598c909e to your computer and use it in GitHub Desktop.
Save pointbar/317eb3fa12d9598c909e to your computer and use it in GitHub Desktop.
let book = {title: 'Artaud le Momo', author: 'Antonin Artaud'}
let {title, author} = book
console.info(`Title: ${title} - Author: ${author}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment