Assignment operator + free Resources (#1635)

* Assignment operator + free Resources

Short intro + free reading resources

* Update content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/100-assignment-operators.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1657/head
Shubham Prakash 2 years ago committed by GitHub
parent 2579e986fd
commit e6e6f5d642
  1. 8
      content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/100-assignment-operators.md

@ -1 +1,7 @@
# Assignment operators
# Assignment Operators
An assignment operator assigns a value to its left operand based on the value of its right operand. The simple assignment operator is equal (`=`), which assigns the value of its right operand to its left operand. That is, `x = f()` is an assignment expression that assigns the value of `f()` to `x`.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators#assignment_operators'>Assignment Operators</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://javascript.info/operators#assignment'>Basic Operators</BadgeLink>

Loading…
Cancel
Save