<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>lhiroki1205</author_name>
  <author_url>https://blog.hatena.ne.jp/lhiroki1205/</author_url>
  <blog_title>技術ブログ</blog_title>
  <blog_url>https://lhiroki1205.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>匿名関数について 関数は値として利用することが可能です。 function isTweetable(text) { return text.length &lt; 140; }; 関数式に書き換え(関数を変数式に入れ込んだもの） const isTweetable = function(test) { return text.length &lt; 140; }; こんな感じで利用できる。 console.log(isTweetable(&quot;foo&quot;)); コールバック関数について 構文 // 引数にコールバック関数を渡す function 高階関数（コールバック関数） { コールバック関数(); } ■ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flhiroki1205.hatenablog.com%2Fentry%2F2020%2F04%2F27%2F134222&quot; title=&quot;匿名関数とコールバック関数について - 技術ブログ&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-04-27 13:42:22</published>
  <title>匿名関数とコールバック関数について</title>
  <type>rich</type>
  <url>https://lhiroki1205.hatenablog.com/entry/2020/04/27/134222</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
