We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b54e7 commit 92c61e0Copy full SHA for 92c61e0
1.html
@@ -88,12 +88,12 @@ <h1>Example node.js script</h1>
88
</ol>
89
</section>
90
<section style="text-align: left;">
91
- <h1>Features of Node.js</h1>
+ <h1>Features</h1>
92
<p>When logging through console, it will output to the terminal you launch the script in.</p>
93
<pre><code class="hljs">
94
console.log("Hello World");
95
</code></pre>
96
- <p>Language is fundamentally the same as the JS you use in a browser.</p>
+ <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>
98
99
</div>
0 commit comments