const testing = () => { const inputValue = document.getElementById("inputField").value; alert(inputValue); }