What does == and === mean?

== is used for comparison between two variables irrespective of the datatype of variable. === is used for comparision between two variables but this will check strict type, which means it will check datatype and compare two values.

Sizin İçin Seçtik  What is imperative and declarative programming?

Leave a Reply

Your email address will not be published. Required fields are marked *