© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Akash Kumar Singh
Developer
Great blog but one input I will give from my side is that loose equality ( == ) also does type check if the type is the same it works in the same way as ( === ) works and if the type is not the same then it does type coercion.
Bhavesh Upadhyay
I'm a curious MERN Stack learner.
Thanks for your input, Akash, will try to implement it.