mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 13:22:38 +02:00
Update 110-relational-operators.md (#1744)
* Update 110-relational-operators.md * Update content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/110-relational-operators.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,5 @@
|
||||
# Relational operators
|
||||
# Relational Operators
|
||||
|
||||
Relational operators are also known as comparison operators. They are used to find the relationship between two values or compare the relationship between them; on the comparison, they yield the result true or false.
|
||||
|
||||
<BadgeLink colorScheme="yellow" badgeText="Read" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#relational_operators">Relational Operators - MDN</BadgeLink>
|
||||
|
Reference in New Issue
Block a user