Find out an object’s length, programmatically add (or remove properties), change specific properties values, and more. — Recently I decided to try making my code as clean as possible. To achieve my goal, I’m moving all the long, complex, and verbose functions reused throughout the project into a new file, utils.js. Here’s a list of 7 JavaScript functions that will save you some time when working with…