diff --git a/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/109-unary-operators.md b/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/109-unary-operators.md index ba2721ee3..59b52bf5c 100644 --- a/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/109-unary-operators.md +++ b/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/109-unary-operators.md @@ -1 +1,6 @@ -# Unary operators \ No newline at end of file +# 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. + +Unary Operators in JavaScript +Unary Operators - MDN