Skip to content

Commit 7ea20d5

Browse files
authored
Update 1.html
1 parent 92c61e0 commit 7ea20d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

1.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@ <h1>Features</h1>
9494
console.log("Hello World");
9595
</code></pre>
9696
<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>
97+
<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+
98103
</section>
99104
</div>
100105
</div>

0 commit comments

Comments
 (0)