<?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>オブジェクトを他のオブジェクトの一部にする オブジェクト配列から要素のキーセットを取得する globalThisのアルファベット小文字からはじまるプロパティの名前を一覧取得する globalThisのアルファベット大文字からはじまるプロパティの名前を一覧取得する オブジェクトを他のオブジェクトの一部にする const o1 = {a: &quot;a&quot;, b: &quot;b&quot;, c: &quot;c&quot;}; const o2 = {d: &quot;d&quot;, e: &quot;e&quot;, ...o1}; console.log(o2); // Object { d: &quot;d&quot;, e: &quot;e&quot;, a: &quot;a&quot;, b: &quot;b&quot;, c: &quot;c&quot; } オブジ…</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%2F27%2F214359&quot; title=&quot;JavaScript 短いサンプルコード - 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-27 21:43:59</published>
  <title>JavaScript 短いサンプルコード</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2021/04/27/214359</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
