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 CodingAdvertisement
728x90
420of476