Javatpoint Logo
Javatpoint Logo

JavaScript handler.isExtensible() Method

The handler.isExtensible() method a trap for Object.isExtensible(). We can be mostly used for logging or auditing calls to Object.isExtensible (determine if an object is "extensible").

Syntax

Parameters

target: The target object.

Return value

Return a Boolean value.

Browser Support

Chrome Compatibility unknown
Edge Compatibility unknown
Firefox 31
Opera Compatibility unknown

Example 1

Test it Now

Output:

in isExtensible true 
in isExtensible false

Example 2

Test it Now

Output:

in value : true 

Example 3

Test it Now

Output:

true

Next TopicJavaScript handler





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA