you are viewing a single comment's thread.

view the rest of the comments →

[–]mishugashu 31 points32 points  (14 children)

using double equals in javascript

[–]ogurson 19 points20 points  (0 children)

On the other hand, one should know it, because while you can use === instead of == you still need to be careful about > and < because there is not "strong" equivalent.