Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 9, 2017 13:03
Embed
What would you like to do?
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