We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c61e0 commit 7ea20d5Copy full SHA for 7ea20d5
1.html
@@ -94,7 +94,12 @@ <h1>Features</h1>
94
console.log("Hello World");
95
</code></pre>
96
<p>The language is fundamentally the same as the JS you use in a browser.</p>
97
- <p>Just remember that is uses a more modern *flavour* of js called ES6.</p>
+ <p>Just remember that it uses a more modern *flavour* of js called ES6.</p>
98
+ </section>
99
+ <section style="text-align: left;">
100
+ <h1>Features of ES6</h1>
101
+ <p>ES6 brings with it extra features for basic things like for loops. See the example below and figure out what is does:</p>
102
+
103
</section>
104
</div>
105
0 commit comments