<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>piglovesyou</author_name>
  <author_url>https://blog.hatena.ne.jp/piglovesyou/</author_url>
  <blog_title>pig's diary</blog_title>
  <blog_url>https://pig.hatenadiary.com/</blog_url>
  <categories>
    <anon>javascript</anon>
  </categories>
  <description>JavascriptのArray.filter()など。知らなかったので。 基本ルール 元の配列に影響はしない。破壊的じゃない。 関数（==コールバック関数）を引数にする。 コールバック関数の引数は３つ： element（値）, index（0から始まるインデックス）, array（元になる配列） every、some はあまり使わなそう。 Array.filter(fn):[戻り値]trueを返した要素のみにフィルタリングした配列 var arr = [23,523,23,11,54]; function gt24(e, i, a){ return e &gt; 24; }; var arr02 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpig.hatenadiary.com%2Fentry%2F20100929%2F1285767954&quot; title=&quot;Array 驚きの５メソッド - pig&amp;#39;s diary&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>2010-09-29 22:45:54</published>
  <title>Array 驚きの５メソッド</title>
  <type>rich</type>
  <url>https://pig.hatenadiary.com/entry/20100929/1285767954</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
