For much of this class, you'll be following along with the example code. So let's just take a quick second to find out where to find these examples. Open up your text editor, I'm using Visual Studio code and move into the project folder. Open the www folder, open the J s folder, open the examples folder. In the examples folder, you'll find a number of sub folders, and each sub folder or the example files for that particular subject. For example, in the global scope folder, we'll find the examples for global scope.
And in the private scope folder, we'll find examples for private scope and so forth. We'll dig into these specifically a little bit later. But I just wanted to show you where to find the example code.