-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 982 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
---
<div class="post">
<article class="post-content">
<div class="sample-area">
<div class="copy">
<h1>Introduction</h1>
<p>
Welcome to ES6Samples, an archive of curated, idiomatic JavaScript samples used to
demonstrate the changes brought by sixth version of the ECMAScript
standard.
</p>
<p>
Site built with <a href="http://jekyllrb.com/">Jekyll</a>.
Idea inspired by <a href="http://cppsamples.com/">C++ Samples</a>.
Design inspired by the <a href="https://stripe.com/docs/api/">Stripe API Documention</a>.
Samples built with help from Kangax's <a href="http://kangax.github.io/compat-table/es6/">ES6 compatibility table</a>.
</p>
</div>
<div class="code">
{% highlight javascript linenos %}
let ES6_SAMPLES = Symbol('One of a kind!');
{% endhighlight %}
</div>
</div>
</article>
</div>