Skip to content

Commit dc11d6a

Browse files
authored
Update debug-your-web-app-in-vs-code.mdx
1 parent 6730078 commit dc11d6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

projects/debug-your-web-app-in-vs-code/debug-your-web-app-in-vs-code.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ header: https://raw.githubusercontent.com/codedex-io/projects/d83e6c63658c5ab93f
88
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/d83e6c63658c5ab93f80daa6bb00f89f7ba636e2/projects/debug-your-web-app-in-vs-code/header.png
99
published: live
1010
readTime: 60
11-
prerequisites: JavaScript fundamentals
11+
prerequisites: JavaScript
1212
versions: VS Code 1.84
1313
tags:
1414
- javascript
1515
- intermediate
16+
courses:
17+
- javascript
1618
---
1719

1820
## Introduction
1921

20-
In this tutorial, you will learn to set up Visual Studio Code (VS Code) for debugging a todo list JavaScript project.
22+
In this project tutorial, you will learn to set up Visual Studio Code (VS Code) for debugging a todo list JavaScript project.
2123

2224
At some point, programmers of all levels will spend time debugging the code that they write. The main difference is that more seasoned programmers can not only debug code effectively, but also create debuggable code. This is why learning to debug your code is arguably one of the most crucial steps in becoming a programmer.
2325

24-
### What is Debugging?
26+
## What is Debugging?
2527

2628
**Debugging** is the systematic process of identifying and resolving issues within code. It's an extensive field where the specifics can vary greatly depending on the code in question. Generally, the more abstract the code, the more abstract and complex the debugging process can be. Although the goal for any programmer is to create code that is simple and easy to comprehend, achieving this simplicity is more an ideal than a routine practice.
2729

0 commit comments

Comments
 (0)