JS Coding Questions Logo
JS Coding Questions
#420💼 Interview

What are the built-in iterables

Advertisement

728x90

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

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 77

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
420of476