I want to know if there is a simple, clean way to listen for an array change in an array in Javascript.
I was attempting to use jQuery's change function but soon realized that it only works when the change is made in the HTML. I need to check if a change is made in Javascript, not HTML.