Skip to content

# bugs found and fixed#247

Open
MrPerfeccct wants to merge 1 commit into
Code-the-Dream-School:mainfrom
MrPerfeccct:debugging
Open

# bugs found and fixed#247
MrPerfeccct wants to merge 1 commit into
Code-the-Dream-School:mainfrom
MrPerfeccct:debugging

Conversation

@MrPerfeccct
Copy link
Copy Markdown

Good afternoon!

Thank you for reviewing my homework.

However, I didn’t understand how to complete the additional task “You should not be able to enter a number greater than 99.”
This requirement already seems to be implemented in the HTML because the input field has max="99". But I can still manually type a number greater than 99.

Could you please explain what exactly should be done in this case?

Copy link
Copy Markdown

@volha83 volha83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Good job!
About additional task: You should consider all possible situations. You cannot submit a number greater than 100 or less than 1. This means not submit but you can enter. Accordingly, if such a situation occurs, a message should appear after submitting, for example: "Choose only a number from 1 to 99!!! Try again!"
That means you have to point it out.
In this assignment, the knowledge gained will be enough to find everything and demonstrate your skills working with java script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants