Add unary operators resources (#1743)

* Update 109-unary-operators.md

* Update content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/109-unary-operators.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1745/head
skieurfoufou 2 years ago committed by GitHub
parent 0ed37eb7da
commit d4342a5ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/109-unary-operators.md

@ -1 +1,6 @@
# Unary operators
# Unary Operators
JavaScript Unary Operators are the special operators that consider a single operand and perform all the types of operations on that single operand. These operators include unary plus, unary minus, prefix increments, postfix increments, prefix decrements, and postfix decrements.
<BadgeLink colorScheme="yellow" badgeText="Read" href="https://www.educba.com/unary-operators-in-javascript/">Unary Operators in JavaScript</BadgeLink>
<BadgeLink colorScheme="yellow" badgeText="Read" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#unary_operators">Unary Operators - MDN</BadgeLink>

Loading…
Cancel
Save