Two versions of a playButton Binding Audio With a grid link structure

This one uses both triggered and isPlaying

 button.classList.add("triggered");

 if (isPlaying()) {

Should I change them to?

active

and

isActive