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
You can try to employ more slap to make your code cleaner. For example, you can abstract the checking of input to checkValidInput(), and the hashing of the pin to createHash()
Nothing much to comment on, except maybe try not to use too much magic literals like "16" and "exit". Very nice code ! 👍 🧠
The text was updated successfully, but these errors were encountered:
You can try to employ more slap to make your code cleaner. For example, you can abstract the checking of input to checkValidInput(), and the hashing of the pin to createHash()
Nothing much to comment on, except maybe try not to use too much magic literals like "16" and "exit". Very nice code ! 👍 🧠
The text was updated successfully, but these errors were encountered: