Separate script to its own file
Open the console!
<script src="console.js"></script>
console.log("Hello World");
$ node examples/js/console.js
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Open the console!
<script src="console.js"></script>
console.log("Hello World");
$ node examples/js/console.js