<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katoriexxxkatorie</author_name>
  <author_url>https://blog.hatena.ne.jp/katoriexxxkatorie/</author_url>
  <blog_title>katorieのブログ</blog_title>
  <blog_url>https://katorie.hatenablog.com/</blog_url>
  <categories>
    <anon>朝活</anon>
    <anon>日報</anon>
    <anon>りあクト</anon>
  </categories>
  <description>高階関数 // 引数に関数をとる arr = [1, 2, 3] arr.map(n =&gt; n * 2); // 戻り値として関数を返す const hof = (ex, fn) =&gt; { retrun n =&gt; fn(n + ex); }; const plusOneDouble = hof(1, n =&gt; n * 2); console.log(plusOneDouble(4)); // (4 + 1) * 2 = 10 // returnを省略して書くと const hof = (ex, fn) =&gt; n =&gt; fn(n + ex); クロージャ const counterMaker =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkatorie.hatenablog.com%2Fentry%2F2020%2F02%2F26%2F060822&quot; title=&quot; 高階関数・クロージャ・ジェネレータ・カリー化と関数の部分適用 - katorieのブログ&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>2020-02-26 06:08:22</published>
  <title> 高階関数・クロージャ・ジェネレータ・カリー化と関数の部分適用</title>
  <type>rich</type>
  <url>https://katorie.hatenablog.com/entry/2020/02/26/060822</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
