JavaScript: Enumerable Property

By Xah Lee. Date: . Last updated: .

What is Enumerable Property

A Enumerable Property is a property whose Property Attribute enumerable is true.

Purpose of Enumerable Attribute

the property attribute enumerable is a marker that indicates the property should be selected in looping constructs. For example, in Array items are properties that should be listed when going thru, but the property length is not.

How to Check If Property is Enumerable

JavaScript Property

BUY Ξ£JS JavaScript in Depth