qns(quiz): Fix broken link in en-US.mdx (#409)
This commit is contained in:
parent
00a44fcca7
commit
bf1a168fc3
|
|
@ -3,7 +3,7 @@ title: What tools and techniques do you use for debugging JavaScript code?
|
|||
---
|
||||
|
||||
- JavaScript
|
||||
- [Chrome Devtools](https://hackernoon.com/twelve-fancy-chrome-devtools-tips-dc1e39d10d9d)
|
||||
- [Chrome Devtools](https://david-gilbertson.medium.com/twelve-fancy-chrome-devtools-tips-dc1e39d10d9d)
|
||||
- `debugger` statement
|
||||
- Traditional `console.log()` debugging
|
||||
- React and Redux
|
||||
|
|
|
|||
Loading…
Reference in New Issue