Update 02_day_daya_types.md

pull/53/head
Hakan BAKACAK 6 years ago committed by GitHub
parent 37ba263109
commit cbfb7fcb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,7 @@ role:'teaching',
country:'Finland'
}
console.log(userOne == userTwo)
console.log(userOne == userTwo) //false
```
Rule of thumb, we do not compare non-primitive data types. Do not compare array, function, or object.

Loading…
Cancel
Save