<?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>first _.first(array, [n]) 先頭の要素を返す。shiftと違い非破壊的。 nを指定すると先頭からn個分の要素を配列で返す。 initial _.initial(array, [n]) 最後の要素を除いた配列を返す。 nを指定すると後ろからn個分除いた残りを返す。 _.initial([5, 4, 3, 2, 1]); =&gt; [5, 4, 3, 2] last _.last(array, [n]) firstの逆。最後の要素を返す。 rest _.rest(array, [index]) initialの逆。最初の要素を除いた配列を返す。 多分first～restは、非破…</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%2F191213&quot; title=&quot;Underscore.jsおさらい3(Arrays) - 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 19:12:13</published>
  <title>Underscore.jsおさらい3(Arrays)</title>
  <type>rich</type>
  <url>https://edgegram.hatenablog.jp/entry/2016/03/02/191213</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
