Skip to main content

12 docs tagged with "operators"

View All Tags

Arithmetic Operator in JavaScript

What is the arithmetic operator in JavaScript? Learn about the types of arithmetic operators in JavaScript, including the addition, subtraction, multiplication, division, and modulus operators.

Assignment Operator in JavaScript

What is the assignment operator in JavaScript? Learn about the assignment operator in JavaScript and its various types, including the simple assignment operator, compound assignment operators, destructuring assignment, and assignment operator with chaining.

Bitwise Operator in JavaScript

What is the bitwise operator in JavaScript? Learn about the types of bitwise operators in JavaScript, including the bitwise AND, OR, XOR, NOT, left shift, and right shift operators.

Comparison Operator in JavaScript

What is the comparison operator in JavaScript? Learn about the types of comparison operators in JavaScript, including the equal to, not equal to, strict equal to, strict not equal to, greater than, less than, greater than or equal to, and less than or equal to operators.

Logical Operator in JavaScript

What is the logical operator in JavaScript? Learn about the types of logical operators in JavaScript, including logical AND, logical OR, and logical NOT, and the precedence of logical operators.

Operators and Expressions

In this tutorial, we will learn about operators and expressions in C++. We will learn about the different types of operators available in C++, how to use them, and how to create expressions using operators.

Operators and Expressions

In this tutorial, we will learn about operators and expressions in Java. We will learn about the different types of operators available in Java, how to use them, and how to create expressions using operators.

Precedence and Associativity of Operators in JavaScript

In this tutorial, we will learn about the precedence and associativity of operators in JavaScript. The precedence of operators determines the order in which operators are evaluated in an expression. The associativity of operators determines the order in which operators of the same precedence are evaluated in an expression. We will see some examples to understand the precedence and associativity of operators in JavaScript.

String Operator in JavaScript

What is the string operator in JavaScript? Learn about the types of string operators in JavaScript, including string concatenation operator, implicit type conversion, string concatenation with assignment, and string concatenation with template literals.

Ternary Operator in JavaScript

What is the ternary operator in JavaScript? Learn about the ternary operator, its syntax, and how to use it to write concise conditional expressions in JavaScript.

Type Operator in JavaScript

What is the type operator in JavaScript? Learn about the type operator, its syntax, and how to use it to check the data type of a value or variable in JavaScript.