Skip to content

Instantly share code, notes, and snippets.

@dimpu
Created October 29, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimpu/fed1038164dd295e4e96 to your computer and use it in GitHub Desktop.
Save dimpu/fed1038164dd295e4e96 to your computer and use it in GitHub Desktop.
'use strict';
let avenger = { tony:'tony',says:'Sometimes you gotta run before you can walk.'};
let {tony,says} = avenger;
console.log(tony);
console.log(says);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment