<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>edgegram</author_name>
  <author_url>https://blog.hatena.ne.jp/edgegram/</author_url>
  <blog_title>edgegram</blog_title>
  <blog_url>https://edgegram.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>Underscore.js</anon>
  </categories>
  <description>※サンプルソースは本家ドキュメントから拝借。分かり辛いものだけ加筆・修正。 each _.each(list, iteratee, [context]) いわゆるforEach。 配列の場合はiterateeの引数に(element, index, list)が、オブジェクトの場合は(value, key, list)が使える。 _.each([1, 2, 3], function(element){ alert(element); }); =&gt; alert(1)、alert(2)、alert(3) _.each({one: 1, two: 2, three: 3}, function(ele…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fedgegram.hatenablog.jp%2Fentry%2F2016%2F03%2F02%2F170731&quot; title=&quot;Underscore.jsおさらい2(Collections) - edgegram&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>2016-03-02 17:07:31</published>
  <title>Underscore.jsおさらい2(Collections)</title>
  <type>rich</type>
  <url>https://edgegram.hatenablog.jp/entry/2016/03/02/170731</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
