<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>think49</author_name>
  <author_url>https://blog.hatena.ne.jp/think49/</author_url>
  <blog_title>@think49の日記</blog_title>
  <blog_url>https://think49.hatenadiary.org/</blog_url>
  <categories>
    <anon>ECMAScript</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>概要 Native Object のコンストラクタの中には関数呼び出しとコンストラクタ呼び出しが同じ動作になるものがあります。例えば、Array() は new Array() と等価です。 new Array(1, 2, 3); // [1, 2, 3] Array(1, 2, 3); // [1, 2, 3] 対して、Date() は new Date() と等価ではありません。 new Date(2011, 0, 1, 0, 0); // Sat Jan 01 2011 00:00:00 GMT+0900 (Japan Standard Time) Date(2011, 0, 1, 0,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthink49.hatenadiary.org%2Fentry%2F20110731%2F1312092028&quot; title=&quot; Date() と new Date() は等価ではない - @think49の日記&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>http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-07-31 15:00:28</published>
  <title> Date() と new Date() は等価ではない</title>
  <type>rich</type>
  <url>https://think49.hatenadiary.org/entry/20110731/1312092028</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
