Skip to content

Instantly share code, notes, and snippets.

@jprivillaso
Created October 1, 2017 15:44
Show Gist options
  • Save jprivillaso/31fa377843ab01aa4bd5d5ac9fae1bf4 to your computer and use it in GitHub Desktop.
Save jprivillaso/31fa377843ab01aa4bd5d5ac9fae1bf4 to your computer and use it in GitHub Desktop.
let o1, o2, o3,
obj = multiInherit(o1={a:1}, o2={b:2}, o3={a:3, b:3});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment