<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>suzaku0914</author_name>
  <author_url>https://blog.hatena.ne.jp/suzaku0914/</author_url>
  <blog_title>エンターテイメント！！</blog_title>
  <blog_url>https://suzaku-tec.hatenadiary.jp/</blog_url>
  <categories>
    <anon>日記</anon>
    <anon>学習</anon>
    <anon>プログラミング</anon>
    <anon>JavaScript</anon>
    <anon>FW</anon>
    <anon>開発環境</anon>
  </categories>
  <description>Object.assign 責務分担 npm install Object.assign Object.assign() - JavaScript | MDN 他の人が書いたソースを見てて、何をやっているのか分からなかったから調べた。 やってくれることは、オブジェクトのマージ。 とりあえずサンプル const object1 = { a: 1, b: 2, c: 3 }; const object2 = Object.assign({c: 4, d: 5}, object1); console.log(object2); 実行結果 &gt; Object { c: 3, d: 5, a: 1, b:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsuzaku-tec.hatenadiary.jp%2Fentry%2F2018%2F10%2F01%2F233506&quot; title=&quot;2018/10/01に覚えたこと Object.assign／責務分担／npm install - エンターテイメント！！&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>2018-10-01 23:35:06</published>
  <title>2018/10/01に覚えたこと Object.assign／責務分担／npm install</title>
  <type>rich</type>
  <url>https://suzaku-tec.hatenadiary.jp/entry/2018/10/01/233506</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
