File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55This 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
189Note: 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.
You can’t perform that action at this time.
0 commit comments