Posts by Nikolas • 1 point
1 post
-
-1
votes1
answer42
viewsQ: How do I get two numbers typed by the user via form and send to a function that will pick a random value between them in React
At the moment my code is like this, but it’s very messy, although I think it’s possible to understand the intention. The question is: How do I get two numbers typed by the user via form and send to…