this post was submitted on 16 Jun 2023
38 points (95.2% liked)

Programmer Humor

32061 readers
1070 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] omnislayer88@kbin.social 1 points 1 year ago

My only thought here might be >= is usually the same as !< and maybe thats how it is defined in javascript and since < is false than >= == !false == true