Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 9, 2017 13:03
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 goofmint/3aff1d875754544f52904b4f70859745 to your computer and use it in GitHub Desktop.
Save goofmint/3aff1d875754544f52904b4f70859745 to your computer and use it in GitHub Desktop.
var hello = Hello.HelloClass.create();
hello.unknown = "New property!";
// -> TypeError: Can't add property unknown, object is not extensible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment