/* convert HTMLCollection */ const buttonsV1 = [...document.getElementsByClassName("modal-detail-movie")] const buttonsV2 = Array.from(document.getElementsByClassName("modal-detail-movie"))