i need help with the number guesser i have a problem where i know what to code but i dont know how to input the human values from the HTML page into the java script. like when you select a number on the HTML page how do you use that value in the javascript?
There’s a couple of choices. Here are 2: You could use an <input>
field within a <form>
. You could also Window.prompt() within JS.
Welcome to the forums !
1 Like