File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# JavaScript Lessons
44
5- Note: This is just for me * (Bucky) * to keep track of my lesson on YouTube. You can ignore this .
5+ This is a collection of various lessons and code snippets from my JavaScript tutorials .
66
7- - ES6
8- - Unordered sub-list
7+ ## Using ES6
8+
9+ To enable ES6 support in any JetBrains IDE * (such as WebStorm)* :
10+ - File > Settings > Languages & Frameworks > JavaScript
11+ - Select EMCAScript 6
12+
13+ If your editor doesn't have ES6 support, you can follow along by creating a new pen at https://codepen.io/ and enabling
14+ "Babel" as the JavaScript Preprocessor.
15+ ![ ] ( http://i.imgur.com/DzwwGYe.png )
16+
17+ ## Course Outline
18+
19+ Note: This is just for me * (Bucky)* to keep track of my lesson on YouTube, you can ignore this.
20+
21+ - ** ES6**
22+ - let and const
23+ - arrow functions
24+ - default parameters
25+ - template literals
26+ - enhanced object properties
27+ - destructuring
28+ - spread operator
29+ - importing values from modules
30+ - classes
931- Test
1032- Sample
You can’t perform that action at this time.
0 commit comments