Skip to content

Instantly share code, notes, and snippets.

@jelkand
Created September 13, 2019 18:52
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 jelkand/a82a8ef25a6b7cfd2d0ccf31972c30e7 to your computer and use it in GitHub Desktop.
Save jelkand/a82a8ef25a6b7cfd2d0ccf31972c30e7 to your computer and use it in GitHub Desktop.
console.log(Reflect.get(obj, 'x'));
Reflect.set(obj, 'x', 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment