0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

109.イテレーターとfor...of

Last updated at Posted at 2022-09-07

イテレーターとは

反復操作を行うための『オブジェクト』の総称のこと
ここでいう反復は繰り返しの処理のこと

例 反復操作を行う際に使用するオブジェクト

String
Array
Map
Set
arguments
などなど

イテレーターの検索方法

1.コンソールに配列名を入れます

Consoleタブ→>arryを入力
スクリーンショット 2022-09-07 10.15.16.png

2.Prototypeをクリック

スクリーンショット 2022-09-07 10.20.52.png

3.プロトタイプのオブジェクトが表示される

スクリーンショット 2022-09-07 10.25.14.png

4.Symbol配下のイレテータを参照

スクリーンショット 2022-09-07 10.44.34.png
*そして、今回のfor ofは、ここにあるイテレーターを参照としている

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?