Deploy website

Deploy website version based on 4e95434ab827576f4907972ec076dd533ad6f8f0
This commit is contained in:
Website Deployment Script
2019-07-01 14:04:34 +00:00
parent 1dfd9af698
commit 0792d33cc1
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
<ul>
<li><a href="https://github.com/sebmarkbage/ecmascript-rest-spread">Object Spread</a>: <code>var extended = { ...obj, a: 10 };</code></li>
</ul>
<p>Stage 1</p>
<p>Stage 2</p>
<ul>
<li><a href="https://github.com/tc39/proposal-optional-chaining">Optional Chaining</a>: <code>var name = obj.user?.name;</code></li>
</ul>