diff --git a/src/data/roadmaps/javascript/content/108-javascript-expressions-and-operators/104-logical-operators.md b/src/data/roadmaps/javascript/content/108-javascript-expressions-and-operators/104-logical-operators.md index 8385b9195..92a973cc1 100644 --- a/src/data/roadmaps/javascript/content/108-javascript-expressions-and-operators/104-logical-operators.md +++ b/src/data/roadmaps/javascript/content/108-javascript-expressions-and-operators/104-logical-operators.md @@ -5,4 +5,3 @@ There are four logical operators in JavaScript: `||` (OR), `&&` (AND), `!` (NOT) Visit the following resources to learn more: - [Logical Operators - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_logical_operators) -- [Logical Operators - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#binary_logical_operators)