Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created November 19, 2014 21:15
Show Gist options
  • Select an option

  • Save nhunzaker/9400b5bfc6084a347bdb to your computer and use it in GitHub Desktop.

Select an option

Save nhunzaker/9400b5bfc6084a347bdb to your computer and use it in GitHub Desktop.
var _data = {}
function merge({ white, list }) {
Object.assign(_data, { white, list });
}
merge({ dat: 'will not be set' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment