-
This is an issue regarding if JavaScript best practice have been used or not
-
For this project I used the JavaScript best practices:
- I kept all my JavaScript code in JS files
- My code is clean
- I used arrow functions
- My code is DRY, KISS, and YANGI
- I followed all t…
-
## JavaScript best practices
- Kept all the JavaScript code in JS files.
- No issues found, keep up the good work.
- Happy coding.
-
In index.html use the semantic holder `section` etc instead of simply `DIV`
-
-
Application Insights JavaScript(Web) SDK v3 using deprecated APIs affecting lighthouse score best practices. Please suggest some way to remove this issue.
[![Image](https://github.com/user-attachment…
-
### JavaScript best practices:
- The todo project follows JavaScript best practices. No issue found.
-
-
### JavaScript best practices:
- The todo project follows JavaScript best practices. No issue found.
-
Currently, the `index.html` file includes inline CSS and JavaScript code, which can reduce code maintainability and readability. To improve the structure of the project and follow best practices, th…
-
The article [JavaScript Clean Code - Best Practices](https://devinduct.com/blogpost/22/javascript-clean-code-best-practices) has examples how to rewrite code to better understand it.
This [questio…