Mark As Completed Discussion

#6 - Equal and Identical Operators

Equal operator == returns true if the variables being compared have the same values. The identical operator === returns true if the variable has the same values and same data types.

PHP
OUTPUT
:001 > Cmd/Ctrl-Enter to run, Cmd/Ctrl-/ to comment