From the course: JavaScript: Building Linked Lists Data Structures
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
GitHub Codespaces - JavaScript Tutorial
From the course: JavaScript: Building Linked Lists Data Structures
GitHub Codespaces
- [Instructor] For this course, we're going to be using GitHub Codespaces to build our Linked list. In order to open up GitHub Codespaces for this project, there are two ways to get there. The first way is to simply navigate to the GitHub Repo for this course and add back slash \codespaces at the end of the URL. The other way to get to the screen is to click on the GitHub Codespaces, and then once you're there, you're able to click on the green button that'll allow you to create a codespace on the main. Once your editor finishes loading, you should be able to view all the files for the project over to your left. Now, if you would like to navigate to a specific state that your application is in at any given point in the course, you may do so. For example, if you wanted to check out the exact code state at the beginning of chapter three, in module one, you could select 03_01b, and that would show you the state of the code at the beginning of that module. If, for instance, you wanted to…