Posts by SancheesDev • 1 point
1 post
-
0
votes1
answer49
viewsQ: How do I make the function not return the value if the number is not binary
I am trying to make a limiter so that every time the user type a number that is not binary, receive an alert with the message "Write a binary number" however the problem is that the code sends the…