From c83d20d63c7d35d562f23eba19b6ee7c892b96a9 Mon Sep 17 00:00:00 2001 From: Kyrylo Nehaturov <52658123+nehaturov@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:57:09 +0300 Subject: [PATCH] Fix: removed dublicate link in 108-javascript-expressions-and-operators (#4196) Removed dublicate link in JS roadmap --- .../104-logical-operators.md | 1 - 1 file changed, 1 deletion(-) 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)