Skip to content

Commit a23247d

Browse files
committed
ES6
1 parent 9e29d58 commit a23247d

File tree

2 files changed

+425
-0
lines changed

2 files changed

+425
-0
lines changed

ES6/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)