Skip to content

Instantly share code, notes, and snippets.

@dounan
Last active September 20, 2017 23:28
Show Gist options
  • Save dounan/eb21a9d930ae18a589a977046fbd7e1e to your computer and use it in GitHub Desktop.
Save dounan/eb21a9d930ae18a589a977046fbd7e1e to your computer and use it in GitHub Desktop.
proxy-mutation-array.js
const array = [];
const wrappedArray = wrap(array);
wrappedArray.push('oops'); // console should log "MUTATION DETECTED!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment