Skip to content

Commit b479cad

Browse files
committed
Working on lessons
1 parent 017e1c4 commit b479cad

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
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

0 commit comments

Comments
 (0)