<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>numb_86</author_name>
  <author_url>https://blog.hatena.ne.jp/numb_86/</author_url>
  <blog_title>30歳からのプログラミング</blog_title>
  <blog_url>https://numb86-tech.hatenablog.com/</blog_url>
  <categories>
    <anon>ES2015(ES6)</anon>
  </categories>
  <description>JavaScriptのプリミティブ型は文字列、数値、真偽値、undefined、nullの5つだったが、ES2015からシンボルが加わった。 Symbol()を使うことで作成できる。引数は必須ではない。 const mySymbol = Symbol(); const mySymbol2 = Symbol('name'); const mySymbol3 = Symbol(1); const mySymbol4 = Symbol(null); const mySymbol5 = Symbol({prop:mySymbol}); console.log(mySymbol); // Symbol(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnumb86-tech.hatenablog.com%2Fentry%2F2016%2F12%2F19%2F154609&quot; title=&quot;ES2015で追加されたプリミティブ型、シンボル - 30歳からのプログラミング&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>2016-12-19 15:46:09</published>
  <title>ES2015で追加されたプリミティブ型、シンボル</title>
  <type>rich</type>
  <url>https://numb86-tech.hatenablog.com/entry/2016/12/19/154609</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
