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>pull/1745/head
parent
be9b550ca7
commit
0ed37eb7da
1 changed files with 5 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue