<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>youdive</author_name>
  <author_url>https://blog.hatena.ne.jp/youdive/</author_url>
  <blog_title>sai_dive IL</blog_title>
  <blog_url>https://youdive.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>繰り返し処理 for of 構文 for(変数 of 配列、文字列) { 実行する処理 } 例 const colors = ['Red', 'Yellow', 'Blue']; for(const color of colors) { console.log(color); } #=&gt; &quot;Red&quot; &quot;Yellow&quot; &quot;Blue&quot; 例2 const str = 'JavaScript'; for(const value of str) { console.log(value); } #=&gt; &quot;J&quot; &quot;a&quot; &quot;v&quot; &quot;a&quot; &quot;S&quot; &quot;c&quot; &quot;r&quot; &quot;i&quot; &quot;p&quot; &quot;t&quot;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyoudive.hatenadiary.com%2Fentry%2F2021%2F09%2F12%2F204850&quot; title=&quot;【JavaScript】 繰り返し処理 for of - sai_dive IL&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>2021-09-12 20:48:50</published>
  <title>【JavaScript】 繰り返し処理 for of</title>
  <type>rich</type>
  <url>https://youdive.hatenadiary.com/entry/2021/09/12/204850</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
