Hello 

This is the day 8 of #30 days of javascrip coding, at this day I studied the Arithmetic Operators i learned that
1- the Arithmetic Operators are symbols for mathematical operations such as addition operation
2- in addition operation Only arithmetic numbers must be collected
3- in addition operation If we replace the arithmetic numbers with string here, it will not be an arithmetic operation because the + will be treated as a way to concatenation
4-in Subtraction operation If you use texts with numbers the computer understands that it is a mathematical operation even though it is illogical and there is no room to calculate the result.
5-There are other types of mathematical operations such as:There are other types of arithmetic operations, such as multiplication, division,Exponentiation operations
6-There is another type of arithmetic operation called Modulus (Division Remainder) and It is a special case of division
That's all I learned today


Comments

Popular posts from this blog