<?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>宣言関数 function yeah(){ alert('yeah!'); } 無名関数 new Function('alert(&quot;yeah!!&quot;)'); //正直な話何もおこらない function(){alert('yeah!');} //これはエラー。たぶんfunctionが演算子扱いとみなされ。 関数リテラル var yeah = Function('alert(&quot;yeah!!&quot;)'); // OK var yeah2= function(){ alert('yeah!!'); }; // OK（ポピュラー） yeah(); //yeah!! （ちなみに）関数リテラルで名前つける==再…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpig.hatenadiary.com%2Fentry%2F20100929%2F1285745664&quot; title=&quot;関数リテラル == 宣言関数 * 無名関数  の巻き - 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 16:34:24</published>
  <title>関数リテラル == 宣言関数 * 無名関数  の巻き</title>
  <type>rich</type>
  <url>https://pig.hatenadiary.com/entry/20100929/1285745664</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
