x = document.getElementById("numb").value; [closed]

value here is a property of the Element Object returned by getElementById.

As you can see at this link, this is a property of almost all HTML form elements, such as <input> fields.

Browse More Popular Posts

Leave a Comment