From the course: Learning JavaScript Debugging

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Extra JavaScript resources

Extra JavaScript resources - JavaScript Tutorial

From the course: Learning JavaScript Debugging

Start my 1-month free trial

Extra JavaScript resources

- [Joe] Having explored JavaScript debugging, you may be wondering what a possible next step would be in your learning journey. Let's look at a couple possibilities. First up is version control. Version control software lets developers keep track of our work over time. The way I like to think of this is it lets you experiment fearlessly. If you have version control backing you up, you always know that you can try new things and not have to worry about breaking something because you can always go back. It's kind of like undo and redo on a larger scale. Some examples of version control software are Git, which is definitely the most popular right now, but also Mercurial, which is abbreviated as Hg, and Subversion, which has been around for a long time. These tools keep getting easier to use, both the command line tools themselves and a whole bunch of graphical UIs that are built on top of them. We have a lot of courses on version control in the library. Here are a few examples you might…

Contents