@kctoeySubmitted over 2 years ago
Asking for advice why my button not working
Asking for advice why my button not working
Concerning your button not working
const span should be equal to document.querySelector and not formControl.queryseletor
Give id to each span in your html. Select and Use the querySelector with the id, instead of the span element.