0 Allene posted What is the difference between == and === in all programming What is the difference between "==" and "===" comparison operators Edit Question
0 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. Edit Answer