Hello everyone.
I am new to programming and currently, I am having trouble with the project Survey Form. During two or three days I am just focusing on building the structure and solve the test suite case in item 9 - “If I enter numbers outside the range of the number input, I will see an HTML5 validation error.” but I can’t find a solution yet…
For me, I just need to ask for input from the user and delimited a min and a maximum value (set the range) I tried it using the following code
and even make a test in my codepen.io to verify the values that the user can input but my code continues to fo fall in the test suite…I tried to research about NaN (an error appointed in the test suite) but can’t understand how my code is affected by it…
please, any help will be very welcome, and if possible share some articles, text, or information that can help me understand my error I will be grateful!
my codepen.io link is - https://codepen.io/henriquecd-tech/pen/JjKepYE