diff --git a/src/data/roadmaps/javascript/content/relational-operators@BbrrliATuH9beTypRaFey.md b/src/data/roadmaps/javascript/content/relational-operators@BbrrliATuH9beTypRaFey.md deleted file mode 100644 index 2b6818166..000000000 --- a/src/data/roadmaps/javascript/content/relational-operators@BbrrliATuH9beTypRaFey.md +++ /dev/null @@ -1,7 +0,0 @@ -# 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. - -Visit the following resources to learn more: - -- [@article@Relational Operators - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#relational_operators)