<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morning_6</author_name>
  <author_url>https://blog.hatena.ne.jp/morning_6/</author_url>
  <blog_title>６時だョ!!全員集合!!</blog_title>
  <blog_url>https://morning-6.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>コラム:Object.prototypeを継承しないオブジェクト Objectはすべてのオブジェクトの親になるオブジェクトであるという話でしたが、例外もあるそうです。 以下のコードではObject.prototypeを引数に持たずにnullを渡すと、prototypeは継承しないことが分かります。 // 親がnull、つまり親がいないオブジェクトを作ります。 const obj = Object.create(null); // Object.prototypeを継承しないため、hasOwnPropertyが存在していません。 console.log(obj.hasOwnProperty); …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmorning-6.hatenablog.com%2Fentry%2F2021%2F11%2F15%2F092329&quot; title=&quot;2021年11月15日 JavaScript (JS Primer) 配列 - ６時だョ!!全員集合!!&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>https://i.gyazo.com/50728286f04cf531177ccde2a330642b.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-11-15 09:23:29</published>
  <title>2021年11月15日 JavaScript (JS Primer) 配列</title>
  <type>rich</type>
  <url>https://morning-6.hatenablog.com/entry/2021/11/15/092329</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
