Search posts, tags, users, and pages
Ayodele Samuel Adebayo
Software Engineer | Open-Source Contributor | Developer Educator
Hi, nice article , thanks for sharing
But I think there's a type where (a = b)
Shouldn't it be (a == b)?
Rahul
hustling
Double equals are comparison operator, which transforms the operands having the same type before comparison. Let me add them too.. thanks for reading.
pointed it out since I couldn't find it there, well-done Rahul