let input = document.querySelector("input") input.max=25 input.value=17 input.setAttribute("name", "monInput") input.removeAttribute("min")