Showing posts with label ==. Show all posts
Showing posts with label ==. Show all posts
what is the difference between =,==,===?
Posted by Raj
what is the difference between =,==,===?
= assigns a value, == checks if value is the same, === checks if value is the same and the variables are of the exact same type.
= assigns a value, == checks if value is the same, === checks if value is the same and the variables are of the exact same type.