<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cheesepie</author_name>
  <author_url>https://blog.hatena.ne.jp/cheesepie/</author_url>
  <blog_title>Cheese Pie</blog_title>
  <blog_url>https://cheesepie.hatenadiary.org/</blog_url>
  <categories>
    <anon>javascript</anon>
  </categories>
  <description>JavaScriptで関数を定義するには、&quot;function foo() {}&quot;といつものに加えて、Functionオブジェクトを作ることでも定義出来るらしい。 なので、こんな書き方も出来る。 function hello(name) { var name = name; alert(&quot;Hello&quot; + name); } hello(&quot;goodman&quot;); // &quot;Hello goodman&quot;これは、 var name = &quot;name&quot;; var body = &quot;var name = name;\n&quot;; body += &quot;alert('Hello ' +&quot; + name + &quot;)&quot;; var …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcheesepie.hatenadiary.org%2Fentry%2F20070205%2F1170686987&quot; title=&quot;Functionオブジェクト - Cheese Pie&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>2007-02-05 23:49:47</published>
  <title>Functionオブジェクト</title>
  <type>rich</type>
  <url>https://cheesepie.hatenadiary.org/entry/20070205/1170686987</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
