<?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>ES2015で追加された構文に、クラスがある。 これを用いることで、JavaScriptでもクラスを使うことが出来る。 ただ、これまでもnew演算子やprototypeを活用することで、クラスのような機能を実現することが出来ていた。 そしてクラス構文は、こういった機能の糖衣構文であり、内部的な動作は今までと変わらない。 何か新しい機能が追加されたわけではなく、あくまでも、新しい記述方法が追加されたに過ぎない。 概要 クラスの記述方法には、クラス宣言とクラス式の2つがある。 // クラス宣言 class クラス名{ クラスを定義 }; // クラス式 const クラス名 = class{ クラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnumb86-tech.hatenablog.com%2Fentry%2F2016%2F09%2F12%2F155610&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-09-12 15:56:10</published>
  <title>クラス構文（ES2015）の基本</title>
  <type>rich</type>
  <url>https://numb86-tech.hatenablog.com/entry/2016/09/12/155610</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
