Computer Science, asked by favofc, 3 months ago

Assignment operator is used to assign the result of an expression to a variable​

Answers

Answered by directioner133
1

Here's your answer:

Assignment operators are used to assigning value to a variable. The left side operand of the assignment operator is a variable and right side operand of the assignment operator is a value.

Answered by 20120826
0

Answer:

The basic assignment operator is "=". Your first inclination might be to think of this as "equal to". Don't. It really means that the left operand gets set to the value of the expression on the right (that is, "gets set to").

Explanation:

Chaining the assignment operator is possible in order to assign a single ... The simple assignment operator ( = ) is used to assign a value to a variable. ... JavaScript Demo: Expressions - Assignment. 12 ... expected output: 2.

PLEASE MARK ME AS BRAINLIEST

Similar questions