Water Sunlight

軽量プログラミングの文法 - JavaScript/Python

ユーザ用ツール

サイト用ツール


js:iteration_protocols

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
js:iteration_protocols [2021/07/12 13:23]
tanaka
js:iteration_protocols [2021/07/12 13:38] (現在)
tanaka [ジェネレーター]
行 104: 行 104:
  
 for (let year of genLeapYear(2000)) { for (let year of genLeapYear(2000)) {
-    console.log(year); 
     if(year > 2100) break;     if(year > 2100) break;
 +    console.log(year);
 } }
 </sxh> </sxh>
js/iteration_protocols.1626063805.txt.gz · 最終更新: 2021/07/12 13:23 by tanaka