Duration: 16:30 min
Summary: In this lesson, we will talk about Node. Node allows you to execute JavaScript code on the server. So now you need to replace the concept of “document” with “process” and “window” with “global”. Node uses Chrome V8 engine to execute JavaScript. Today, we will install Node and see how to interact with it. But instead of using the command prompt that comes with Window, we will use Console 2 (which is a free download). After the installation and some interaction with the engine, we will see how to export some functionality from one JavaScript file and require that in another file.