Bake dates into articles
This commit is contained in:
@ -5,6 +5,8 @@ tags: javascript,object,type
|
||||
authors: chalarangelo
|
||||
cover: blog_images/rocky-mountains.jpg
|
||||
excerpt: "`Object.is()` and the triple equals operator (`===`) can both be used for equality checking in JavaScript, but when should you use each one?"
|
||||
firstSeen: 2021-03-04T11:00:00+02:00
|
||||
lastUpdated: 2021-06-12T19:30:41+03:00
|
||||
---
|
||||
|
||||
If you want to check equality in JavaScript, there are two comparison operators, which are explained in depth in a previous [article](/blog/s/javascript-equality).
|
||||
|
||||
Reference in New Issue
Block a user