Tags
Asked 3 years ago
21 Jul 2021
Views 486
Allene

Allene posted

What is the difference between == and === in all programming

What is the difference between "==" and "===" comparison operators
iptracker

iptracker
answered Jul 24 '21 00:00

in simple words:
== is for only check value of two variables
=== is for checking the value and type of two variables.
Post Answer