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