We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e29d58 commit a23247dCopy full SHA for a23247d
ES6/README.md
@@ -0,0 +1,27 @@
1
+# ES6 for success
2
+
3
+This repo provides a quick guide to ES6. It describes the 10 best features of the new version.
4
5
+## What we will cover?
6
7
+- Default Parameters
8
9
+- Template Literals
10
11
+- Multiline strings
12
13
+- Destructuring assignment
14
15
+- Enhance object literals
16
17
+- Arrow functions (lamda functions)
18
19
+- Promises
20
21
+- Block-scopes constructs: `let` and `const`
22
23
+- Classes
24
25
+- Modules
26
27
+Check the index.js file for the codes.
0 commit comments