Add content for equality algorithms (#2773)

pull/2748/head^2
Wemi Moyela 2 years ago committed by GitHub
parent 959d96b24f
commit 0f443d6e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/106-javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/readme.md

@ -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…
Cancel
Save