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

JavaScript in Depth

Basic Syntax

Value Types

Variable

String

Property

Object and Inheritance

Array

Function

Constructor/Class

Iterable 🌟

Misc