| Code | Target |
|---|---|
"use strict"; |
Always use modern standards in the code. |
const |
Always use constants when we can. |
querySelector(), querySelectorAll() |
Many developers use it only with the document object. We should use it on child nodes as well to speed up the search. |
arrow_back
Back
JavaScript code quality checklist: review and maintainability
Andrew Dorokhov
schedule
1 min read
code
Need Help with Development?
Happy to help — reach out via the contacts or go straight to my Upwork profile.
work View Upwork Profile arrow_forward