By the end of this video you will be able to
1.Use Comma Operator
2. Bitwise AND OR XOR
3. typeof Operator
4.Assignment Operator
JavaScript assignment operators assign values to left operand based on right operand. equal (=) operators is used to assign a values.
We have numeric variable: x = 10, y = 5 and result.
avaScript typeof operator return valid data type identifiers as a string of given expression. typeof operator return six possible values: "string", "number", "boolean", "object", "function", and "undefined".
#Assignment #BitwiseAND #typeof