<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nazoking</author_name>
  <author_url>https://blog.hatena.ne.jp/nazoking/</author_url>
  <blog_title>nazokingのブログ</blog_title>
  <blog_url>https://nazoking.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>javaScriptの勉強をしながらオブジェクト指向が分かっちゃう！（対象読者レベル：JavaScript中級以上で、オブジェクト指向を理解していること） 関数が値である JavaScriptの世界では、関数も値である。ある意味これが一番の特徴になっているといってもいい。値であるから、変数に代入することができる。関数の実行は括弧で引数を関数に与えることで実行される。 var plus = function(a,b){ return a+b }; var three = plus(1,2);戻り値にも関数が使える。 function plus_func(){ return function(a,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnazoking.hatenablog.com%2Fentry%2F20061119%2F1163864381&quot; title=&quot;関数指向から覚えるオブジェクト指向 - nazokingのブログ&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>2006-11-19 00:39:41</published>
  <title>関数指向から覚えるオブジェクト指向</title>
  <type>rich</type>
  <url>https://nazoking.hatenablog.com/entry/20061119/1163864381</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
