JavaScript Assignment Operator
The JavaScript assignment operator assigns a value to a JavaScript variable.The value of a variable or an expression is assigned to another variable, the variable that receives the value is always on left hand side and expression whose value is assigned is on right hand side of the assignment operator. SyntaxThe JavaScript assignment operation is … Read more