Javascript Reference
Categories: Object_Obj

javascript Object_Obj propertyIsEnumerable( )

@March 15, 2008, 1:22 a.m.
propertyIsEnumerable( )Firefox/Netscape/NN 6 IE 5.5(Win) ECMA 3  

propertyIsEnumerable("propertyName")

  

Returns Boolean true if the property, whose name is passed as a parameter, exposes itself to for/in property inspection through the object.

 
Parameters
 
  • String containing the name of an object property.
 
Returned Value

Boolean value: true | false.


Powered by Linode.