Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created November 27, 2011 10:06
Show Gist options
  • Select an option

  • Save aaronpowell/1397338 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1397338 to your computer and use it in GitHub Desktop.
Q18 - Powerful properties
var obj = Object.freeze({ foo: 'bar' });
Object.defineProperty(obj, 'foo', { value: 'baz' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment