contents: fix broken link in debugging section (#475)

This commit is contained in:
Zheng Li 2024-10-01 16:08:41 +13:00 committed by GitHub
parent 64c88be34c
commit 66bb6dbda2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ Practically, ES2015 has vastly improved JavaScript and made it much nicer to wri
###### References
- https://hackernoon.com/twelve-fancy-chrome-devtools-tips-dc1e39d10d9d
- https://raygun.com/blog/javascript-debugging/
- https://raygun.com/learn/javascript-debugging-tips
### What language constructions do you use for iterating over object properties and array items?