-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
features.html
86 lines (83 loc) · 5.02 KB
/
features.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!--
es6-features ~~ ECMAScript 6 Feature Overview & Comparison
Copyright (c) 2015-2017 Ralf S. Engelschall <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<title>ECMAScript 6: New Features: Overview and Comparison</title>
<script src="lib/jquery/jquery.js" type="text/javascript"></script>
<script src="lib/director/director.js" type="text/javascript"></script>
<script src="lib/mousetrap/mousetrap.js" type="text/javascript"></script>
<script src="index.js" type="text/javascript"></script>
<link href="index.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<a href="https://github.com/rse/es6-features">
<img style="position: fixed; top: 0; right: 0; border: 0; z-index: 2000;"
src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"/>
</a>
<iframe id="starbutton" src="https://ghbtns.com/github-btn.html?user=rse&repo=es6-features&type=star&count=true"
frameborder="0" scrolling="0" width="170px" height="20px">
</iframe>
<a class="twitter-share-button" href="https://twitter.com/share"
data-url="http://es6-features.org"
data-text="See how cleaner and more concise JavaScript can look and start coding in ECMAScript 6 now! @engelschall's"
data-hashtags="ES6"
data-related="engelschall"
>Tweet</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>0
</script>
<div class="bg">ES6</div>
<div class="head">
<span class="bold">ECMAScript 6</span> — New Features: Overview & Comparison
</div>
<div class="slogan">
See how cleaner and more concise<br/>
your JavaScript code can look and<br/>
<a href="https://github.com/rse/es6-support">start coding</a> in <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ES6</a> <a href="https://github.com/rse/es6-support">now</a> !!
</div>
<div class="statement">
"A good programming language is a<br/>
conceptual universe for thinking<br/>
about programming." — Alan J. Perlis
</div>
<div class="nav">
<!-- ATTENTION: BEGIN OF GENERATED CODE. DO NOT EDIT MANUALLY -->
%NAV%
<!-- ATTENTION: END OF GENERATED CODE. DO NOT EDIT MANUALLY -->
</div>
<div class="content">
<!-- ATTENTION: BEGIN OF GENERATED CODE. DO NOT EDIT MANUALLY -->
%BODY%
<!-- ATTENTION: END OF GENERATED CODE. DO NOT EDIT MANUALLY -->
</div>
<div class="foot">
<div class="text">
Copyright © 2015-2017 <a href="http://engelschall.com/">Ralf S. Engelschall</a> <i class="fa fa-twitter-square"></i> <a href="http://twitter.com/engelschall">@engelschall</a><br/>
Fully generated from a <a href="https://github.com/rse/es6-features/blob/gh-pages/features.txt">single source</a><br/>
Licensed under <a href="https://github.com/rse/es6-features/blob/gh-pages/LICENSE.txt">MIT License</a>.
</div>
</div>
</body>
</html>