Example
Jonathan_Hill
17 days agoSuper Hero
How secure is your PIN?
Hello!
For this week's Challenge, I've used four button sets to mimic the appearance and functionality of an ATM.
Is your PIN easy to guess?
2 Replies
Sort By
- ShernellHolmesCommunity Member
This is awesome. How is it detecting the patterns no matter where they are?
- Jonathan_HillSuper Hero
Thanks Shernell! That's actually some custom Javascript that analyses the PIN number and compares it to a variety of common patterns. If it finds a match, the code changes the feedback via a text variable.
I'll expand on the code and how it works in another comment shortly.