Add content for equality algorithms (#2773)
parent
959d96b24f
commit
0f443d6e0a
1 changed files with 5 additions and 1 deletions
@ -1 +1,5 @@ |
||||
# Equality algorithms |
||||
# Equality algorithms |
||||
|
||||
Equality algorithms are used to perform equality comparisons of values or variables in JavaScript. Each equality algorithm works slightly differently, and the one you use depends on the type of comparison you want to make. |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness'>Which JavaScript equality algorithm should you use?</BadgeLink> |
||||
|
Loading…
Reference in new issue