Javascript – Array change listener callback not getting arguments
So I've been scratching this mental itch and was checking out how to handle change listeners to arrays without using Observables or external libraries. The main idea is that I have a .json file which is basically an array of…