Skip to content

Instantly share code, notes, and snippets.

@rblalock
Created February 28, 2014 14:15
Show Gist options
  • Save rblalock/9271782 to your computer and use it in GitHub Desktop.
Save rblalock/9271782 to your computer and use it in GitHub Desktop.
var { fool, barl } = {
foo: "some string",
bar: (function() { /** stuff here **/ })(this)
};
var [foo, [[bar], baz]] = [{ foo: MyObject, bar: () => { /** some craziness **/ } }, [[fool], barl]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment