Languages
[Edit]
EN

JavaScript - for...of statement

0 points
Created by:
Elias999
819

In this article, we would like to show you how to use for...of statement in JavaScript.

Description

Edit

The for...of statement creates a loop iterating over iterable objects (such as strings, arrays, maps, sets, and user-defined iterables).

Syntax

Edit

Practical examples

Edit

Example 1 - iterating over a string

Edit

Output:

Example 2 - iterating over an array

Edit

Output:

Example 3 - iterating over a map

Edit

Output:

References

Edit
  1. for...of - JavaScript | MDN

Alternative titles

  1. JavaScript - for of loop
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

JavaScript - Statements & declarations

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join