Using JavaScript/Node.js, is it possible to throw an error if an object is modified after being frozen? I want to put an immutable property on an object and also prevent the object from being reassigned.Using JavaScript/Node.js, is it possible to thr