We want the buttons to add or remove a style with just one press. We'll use classList.toggle() to do that.
Make the first function toggle the class underline from the stylesheet. Press the button to try it out.
Make sure to pick el followed by . and then classList, ., toggle, (, "underline", ).