<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kacchi123</author_name>
  <author_url>https://blog.hatena.ne.jp/kacchi123/</author_url>
  <blog_title>kacchi123の日記</blog_title>
  <blog_url>https://kacchi123.hatenadiary.org/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>ようやくオブジェクトだー と、その前に復習から 8.8.4 クロージャとしての入れ子型の関数(p142) 関数の中の変数は、保持される。 そして関数の中で作られた関数リテラルでは、上位の関数の値を保持している。 ほほー。これはおもしろい。 というわけでテストコード var get = function() { var x = 'foo'; return { f1:function(data) { if(data) x = data; console.log(x); }, f2:function(data) { if(data) x = data; console.log(x); } }; }(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkacchi123.hatenadiary.org%2Fentry%2F20071115%2F1195144860&quot; title=&quot;JavaScript第5版(143p〜165p) - kacchi123の日記&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-11-15 01:41:00</published>
  <title>JavaScript第5版(143p〜165p)</title>
  <type>rich</type>
  <url>https://kacchi123.hatenadiary.org/entry/20071115/1195144860</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
