qns(quiz): Fix broken link in en-US.mdx (#409)

This commit is contained in:
Youssef Ab 2024-01-17 03:44:31 +01:00 committed by GitHub
parent 00a44fcca7
commit bf1a168fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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