The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).
The object which should be checked.
A Boolean indicating whether or not the object is extensible.
The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).