Five good practices when coding in JavaScript
Sometimes it does not matter if you write an ugly code - it will run anyway. But as your code grows, and more and more lines of code appear on the screen, you realize that some good practices would make your algorithm better for reading and editing. ...
Jul 20, 20204 min read210
