From the course: Learning the JavaScript Language
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Exercise files and Codespaces - JavaScript Tutorial
From the course: Learning the JavaScript Language
Exercise files and Codespaces
- [Tutor] The exercise files for this course include everything you'll need to follow along, because this is a course about learning how to read JavaScript, as well as write it, the files are mostly in the form of transcripts of what you see, as well as some examples for copying and pasting. There are folders for each chapter, and each video containing anything you'll need to try what you've seen. You can open these and read through them at your own pace. The files are provided in a GitHub repository, which gives you many options for how to use them. You can download a ZIP archive of the files to your machine, unzip it, and open them in your favorite text editor, we'll discuss editors shortly, and if you've used GitHub before, you should feel free to fork the code to your own account if you like. However, there's a new and very powerful way to interact with this courses files that allows you to follow along exactly, using everything I'm using in exactly the same way. GitHub…