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
skieurfoufou 2 years ago committed by GitHub
parent be9b550ca7
commit 0ed37eb7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/110-relational-operators.md

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