filmov
tv
JavaScript Complete Course - Arithmetic Operators - Part 8

Показать описание
Hey Coders,
In this video, I am showing how you can use different kind of arithmetic operators to perform mathematical operations.
The addition operator (+) adds numbers:
The subtraction operator (-) subtracts numbers.
The multiplication operator (*) multiplies numbers.
The division operator (/) divides numbers.
The modulus operator (%) returns the division remainder.
The increment operator (++) increments numbers.
The decrement operator (--) decrements numbers.
The exponentiation operator (**) raises the first operand to the power of the second operand.
#CuriousDrive #WeLoveCoding
In this video, I am showing how you can use different kind of arithmetic operators to perform mathematical operations.
The addition operator (+) adds numbers:
The subtraction operator (-) subtracts numbers.
The multiplication operator (*) multiplies numbers.
The division operator (/) divides numbers.
The modulus operator (%) returns the division remainder.
The increment operator (++) increments numbers.
The decrement operator (--) decrements numbers.
The exponentiation operator (**) raises the first operand to the power of the second operand.
#CuriousDrive #WeLoveCoding