From 0ed37eb7dab5b01dcb7557008f2132b8f532bc02 Mon Sep 17 00:00:00 2001 From: skieurfoufou <92753283+skieurfoufou@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:54:33 +0300 Subject: [PATCH] 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 --- .../110-relational-operators.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/110-relational-operators.md b/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/110-relational-operators.md index 989b1fdab..ef24553af 100644 --- a/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/110-relational-operators.md +++ b/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/110-relational-operators.md @@ -1 +1,5 @@ -# Relational operators \ No newline at end of file +# 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. + +Relational Operators - MDN