@jonatandor35 How do I do several validations with one final ELSE that accepts the information?
Could you help me with my example above:
if ((( idMax - idLength ) === 0 ) || (( passMax - passLength ) === 0 ) || (( asyMax - asyLength ) === 0 ) || (( pinMax - pinLength ) === 0 )
I’ve tried to read up, but struggling to see how to make this flow.
Thank you.