sakurity / securelogin

This version won't be maintained!
MIT License
1.22k stars 35 forks source link

fixed readme typos js formatting issues #19

Closed lamaster closed 7 years ago

homakov commented 7 years ago

@lamaster thanks, protocol was changed dramatically and I just noticed this one so closing it... Btw what's with === vs ==?

andrewda commented 7 years ago

=== is generally better practice when just looking for one type. In this case it really doesn't matter, but in my code I almost always use triple equals unless there's a specific reason why I wouldn't.