Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

タグ「Generators」の付いた記事

2 件のドキュメントが見つかりました

  • JavaScript/Reference/Operators/yield yield キーワードは、ジェネレーター関数の実行を一時停止し、ジェネレーターの呼び出し元に yield キーワードに続く値を戻します。これは、 return ...
  • Web/JavaScript/Reference/Operators/yield* yield* 式 は別の generator や反復可能なオブジェクトに委任するために使用されます。