<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>holidays-l</author_name>
  <author_url>https://blog.hatena.ne.jp/holidays-l/</author_url>
  <blog_title>ヒルズで働く@robarioの技ログ</blog_title>
  <blog_url>https://holidays-l.hatenadiary.org/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>for-in構文で余計なプロパティが出るという話は良く聞きますが、自分で設定しても出てこないプロパティがあるのは知りませんでした。以下のように、いくつかプロパティを設定してfor-in構文で回してみました。 var object = { constructor: function() {}, prototype: function() {}, valueOf: function() {}, toString: function() {}, MyProperty: function() {} }; for (var i in object) { alert(i); }結果、Firefoxでは5個…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fholidays-l.hatenadiary.org%2Fentry%2F20061021%2Fp2&quot; title=&quot;IEではfor-in構文で列挙されないプロパティがある - ヒルズで働く@robarioの技ログ&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-10-21 00:00:00</published>
  <title>IEではfor-in構文で列挙されないプロパティがある</title>
  <type>rich</type>
  <url>https://holidays-l.hatenadiary.org/entry/20061021/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
