FrontendDeveloper.in

JavaScript question detail

What are the built-in iterables

Below are the list of built-in iterables in javascript,

  1. Arrays and TypedArrays
  2. Strings: Iterate over each character or Unicode code-points
  3. Maps: iterate over its key-value pairs
  4. Sets: iterates over their elements
  5. arguments: An array-like special variable in functions
  6. DOM collection such as NodeList
Back to all JavaScript questions
Get LinkedIn Premium at Rs 399