85

Apparently after 14 hours of coding, my sleepy version is happy with

!>= instead of <=

Comments
  • 37
    Isn't !>= actually < not <= ?
  • 13
    Although actually if you're using javascript there's probably all kinds of weird null/undefined matching going on meaning that !>= is probably already optimal.
  • 6
    @joycestick Things like that are the reason why I'm scared of js 😱
Add Comment