javascript query selector and const issue [closed] (stackoverflow.com)stack
9 points by JGarnie in stackoverflow.com · 6y ago · stack
hope you can clarify an issue I am having that is driving me crazy: I am trying to get the value of the input "#size" in JS, I am using the command: submit.addEventListener('click', function(e){ document.querySelector('#output').innerHTML = document.querySelector('#size').value;…
filed under javascript