Search posts, tags, users, and pages
Rahul
hustling
On the off chance that statements are normally utilized in JavaScript for conditional logic and can be pretty much as basic or intricate as required. In any coding language, you will often need to perform different actions based on certain condition....
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)?
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
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)?