<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>earu</author_name>
  <author_url>https://blog.hatena.ne.jp/earu/</author_url>
  <blog_title>ソフトウェアエンジニアの雑記</blog_title>
  <blog_url>https://k-sasaki.net/</blog_url>
  <categories>
    <anon>Firefox</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>Firefox13にアップデートして、ECMAScript6の仕様である&quot;for-of&quot;ループというのが使えるようになったらしい。早速試す。 var arr = [ 3,5,7 ]; arr.foo = &quot;hello&quot;; for(var i in arr){ console.log(i); // 0 , 1 , 2 , foo } for(var i of arr){ console.log(i) // 3 , 5 , 7 } となる。 for-inループの方はkeyを取り出すのに対し、for-ofループはvalueを取り出せる。key指定せずに値取り出せるのは便利かなと思います。 var a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-sasaki.net%2Fentry%2F20120607%2F1339057677&quot; title=&quot;for-ofループ - ソフトウェアエンジニアの雑記&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>2012-06-07 17:27:57</published>
  <title>for-ofループ</title>
  <type>rich</type>
  <url>https://k-sasaki.net/entry/20120607/1339057677</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
