Use the MutationObserver to observe your users — In modern programming, there is plenty of discussion about what is known as state, which most commonly revolves around user interactivity. The MutationObserver is a powerful API that can help us with this because we can use it to react to user interactivity. …