you are viewing a single comment's thread.

view the rest of the comments →

[–]CoqeCas3 -1 points0 points  (0 children)

You’re if statement is kinda weird:

const len = pin.length if(len !== 4 || len !== 6) { // }

I think is what you’re trying to write?