You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see you're handling an empty input in the backend in handler.js - good job - could I suggest also handling it in the front-end too (perhaps on the front-end, if the user has tried to press enter or click on the submit button when the input is empty, it would display something and not send the request to the backend in the first place.
Very minor issue though!
The text was updated successfully, but these errors were encountered:
PaGiToNi/src/handler.js
Lines 79 to 85 in 7a5fea2
I can see you're handling an empty input in the backend in
handler.js
- good job - could I suggest also handling it in the front-end too (perhaps on the front-end, if the user has tried to press enter or click on the submit button when the input is empty, it would display something and not send the request to the backend in the first place.Very minor issue though!
The text was updated successfully, but these errors were encountered: