=== is for comparing two values. === is recommended to avoid the risk of type safety.
== is for used for checking the type itself. So it shouldn't be an issue
=== is for comparing two values. === is recommended to avoid the risk of type safety.
== is for used for checking the type itself. So it shouldn't be an issue
Software Engineer | https://www.mohammadfaisal.dev/