Skip to content

Commit 2a20fd0

Browse files
committed
Working on lesson outline
1 parent 1ec7f02 commit 2a20fd0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
This is a collection of various lessons and code snippets from my JavaScript tutorials.
66

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-
167
## Course Outline
178

189
Note: This is just for me *(Bucky)* to keep track of my lesson on YouTube, you can ignore this.
@@ -44,4 +35,13 @@ Note: This is just for me *(Bucky)* to keep track of my lesson on YouTube, you c
4435
- promise
4536
- prototypes
4637
- recursion
47-
- score
38+
- score
39+
40+
## Using ES6
41+
42+
To enable ES6 support in any JetBrains IDE *(such as WebStorm)*:
43+
- File > Settings > Languages & Frameworks > JavaScript
44+
- Select EMCAScript 6
45+
46+
If your editor doesn't have ES6 support, you can follow along by creating a new pen at https://codepen.io/ and enabling
47+
"Babel" as the JavaScript Preprocessor.

0 commit comments

Comments
 (0)