<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>JavaScriptの反復処理はプロトコルとして実装されています。反復処理プロトコルは反復可能プロトコル（Iterable protocol）と反復子プロトコル（Iterator protocol）からなり、これらはオブジェクトが次表の条件を満たすことを求めます。 プロトコルはあくまでも条件であり、C++やC#のようにインターフェイスやクラスの継承は求めません。 プロトコル 条件 反復可能プロトコル 反復子プロトコルを満たすオブジェクトを返す引数なしのメソッド[Symbol.iterator]()を持つ。 反復子プロトコル 次のプロパティを持つオブジェクトを返す引数なしのメソッドnext()を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2020%2F10%2F11%2F195220&quot; title=&quot;JavaScriptの反復処理（反復可能と反復子）はプロトコル - potisanのプログラミングメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-10-11 19:52:20</published>
  <title>JavaScriptの反復処理（反復可能と反復子）はプロトコル</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2020/10/11/195220</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
