<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>earu</author_name>
  <author_url>https://blog.hatena.ne.jp/earu/</author_url>
  <blog_title>ソフトウェアエンジニアの雑記</blog_title>
  <blog_url>https://k-sasaki.net/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>Javascriptは普通のオブジェクト指向言語じゃなくて、プロトタイプベースのオブジェクト指向言語のようだ。 関数をインスタンス化する var Person = function(name,age){ this.name = name; this.age = age; this.show = function(){ return this.name + '(' + this.age + ')'; }; }; var p = new Person('taro',30); document.writeln( p + '&lt;br&gt;'); document.writeln('name:' + p.na…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-sasaki.net%2Fentry%2F20120817%2F1345192601&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>2012-08-17 17:36:41</published>
  <title>Javascript:プロトタイプ</title>
  <type>rich</type>
  <url>https://k-sasaki.net/entry/20120817/1345192601</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
