<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryoff</author_name>
  <author_url>https://blog.hatena.ne.jp/ryoff/</author_url>
  <blog_title>雑想空間</blog_title>
  <blog_url>https://ryoff.hatenablog.com/</blog_url>
  <categories>
    <anon>java script</anon>
  </categories>
  <description>javascriptの関数。 function testFunc() { alert(1); }これと var testFunc = function() { alert(2); }これはほぼ同義。 上のほうがよく見る。 呼び出し方 呼び出し方も何通りかある。 testFunc();(testFunc)();すぐに実行するなら、こういうのもあり (function testFunc() { alert(3); })();var testFunc = function() { alert(4); }(); 無名関数も もち、無名関数もある (function() { alert(5); })()…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryoff.hatenablog.com%2Fentry%2F20091121%2F1258814832&quot; title=&quot;javascriptで関数をおさらい - 雑想空間&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>2009-11-21 23:47:12</published>
  <title>javascriptで関数をおさらい</title>
  <type>rich</type>
  <url>https://ryoff.hatenablog.com/entry/20091121/1258814832</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
