JS inequality and strict inequality fixes (#3057)

pull/3062/head
Džiugas Pečiulevičius 2 years ago committed by GitHub
parent b2647f7702
commit 7af784b2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/101-omparison-operators.md

@ -1,6 +1,6 @@
# Comparison Operators
Comparison operators are the operators that compare values and return true or false. The operators include: `>`, `<`, `>=`, `<=`, `==`, `===`, `!==` and `!===`
Comparison operators are the operators that compare values and return true or false. The operators include: `>`, `<`, `>=`, `<=`, `==`, `===`, `!=` and `!==`
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.w3schools.com/js/js_comparisons.asp'>W3Schools - JavaScript Tutorials</BadgeLink>

Loading…
Cancel
Save