1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Add content for equality algorithms (#2773)

This commit is contained in:
Wemi Moyela
2022-10-31 09:01:12 +01:00
committed by GitHub
parent 959d96b24f
commit 0f443d6e0a

View File

@@ -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>