Fix: removed dublicate link in 108-javascript-expressions-and-operators (#4196)

Removed dublicate link in JS roadmap
pull/4198/head
Kyrylo Nehaturov 2 years ago committed by GitHub
parent 6e8770c8c4
commit c83d20d63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)

Loading…
Cancel
Save