<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>配列様オブジェクト（Array-like object） 配列様オブジェクトのArray.from()での利用 配列様オブジェクト（Array-like object） MDNのArray.from()の説明には「Array-like object」（「配列様オブジェクト」）あるいは「配列のようなオブジェクト」という表現があります。具体的には次のようなオブジェクトです。 {length: 5}; {length: 5, &quot;1&quot;, 1, &quot;2&quot;, 2}; これらが配列様オブジェクトであることは次のコードで確認できます。なお、リテラル表記法で作成したオブジェクトなので配列でないことは自明としていま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2021%2F04%2F16%2F232346&quot; title=&quot;JavaScript 配列様オブジェクトの作成とArray.from()での利用 - potisanのプログラミングメモ&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>2021-04-16 23:23:46</published>
  <title>JavaScript 配列様オブジェクトの作成とArray.from()での利用</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2021/04/16/232346</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
