Quartz 5

Home

❯

Org-roam

❯

JavaScript Iterables

JavaScript Iterables

Oct 14, 20201 min read

Introduction

An /iterable/ is a data structure that wants to make its elements accessible to the public. It does so by implementing a method whose key is Symbol.iterator. That method is a factory for JavaScript Iterator.

Iterable values

  • JavaScript Arrays
  • JavaScript Strings
  • JavaScript Maps
  • JavaScript Sets
  • DOM data structures

See also

  • Destructuring Iterables

Graph View

  • Introduction
  • Iterable values
  • See also

Backlinks

  • Array.from()
  • Destructuring Iterables
  • JavaScript Array Methods
  • JavaScript Generators
  • JavaScript Maps
  • JavaScript
  • Object.fromEntries

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community