- JAVASCRIPT OPERATOR:
ARITHMATIC OPERATOR
ASSIGNMENT OPERATOR
COMPARISION OPERTOR
LOGICAL OPERATOR
CONDITIONAL OPERATOR
ARITHMATIC OPERATOR:
- Arithmetic operators are used to perform arithmetic between variables
and/or values.
- Given that y=5, the table below explains the arithmetic operators:
Operator |
Description |
Example |
Result |
+ |
Addition |
x=y+2 |
x=7 |
- |
Subtraction |
x=y-2 |
x=3 |
* |
Multiplication |
x=y*2 |
x=10 |
/ |
Division |
x=y/2 |
x=2.5 |
% |
Modulus (division remainder) |
x=y%2 |
x=1 |
++ |
Increment |
x=++y |
x=6 |
-- |
Decrement |
x=--y |
x=4 |
ASSIGNMENT OPERATOR:
- Assignment operators are used to assign values to JavaScript variables.
- Given that x=10 and y=5, the table below explains the assignment operators:
Operator |
Example |
Same As |
Result |
= |
x=y |
|
x=5 |
+= |
x+=y |
x=x+y |
x=15 |
-= |
x-=y |
x=x-y |
x=5 |
*= |
x*=y |
x=x*y |
x=50 |
/= |
x/=y |
x=x/y |
x=2 |
%= |
x%=y |
x=x%y |
x=0 |
COMPARISION OPERATOR:
- Comparison operators are used in logical statements to determine equality or difference between variables or values.
- Given that x=5, the table below explains the comparison operators:
Operator |
Description |
Example |
== |
is equal to |
x==8 is false |
=== |
is exactly equal to (value and type) |
x===5 is true |
!= |
is not equal |
x!=8 is true |
> |
is greater than |
x>8 is false |
< |
is less than |
x<8 is true |
>= |
is greater than or equal to |
x>=8 is false |
<= |
is less than or equal to |
x<=8 is true |
How Can it be Used
- Comparison operators can be used in conditional statements to compare values and take action depending on the result:
For Example:
If (age<18)
document.write("Too young");
LOGICAL OPERATOR:
- Logical operators are used to determine the logic between variables or values.
- Given that x=6 and y=3, the table below explains the logical operators:
Operator |
Description |
Example |
&& |
and |
(x < 10 && y > 1) is true |
|| |
or |
(x==5 || y==5) is false |
! |
not |
!(x==y) is true |
CONDITIONAL OPERATORS:
- JavaScript also contains a conditional operator that assigns a value to a variable based on some condition.
Syntax:
<Variable name> = <condition>? value1: value2
Example:
x = (y == 5)? “x is true”:”x is false”
- Here if value of y is 5 then value of x = “x is true”
- If value of y is not 5 then value of = “x is false”
11 comments:
in this blog it gives the more information about PHP PROJECT CODE , C/CPP/JAVA LANGUAGE PROGRAM , if you want to know more information about php then follow link
https://www.techieweb.in/course/php-training-nagpur
Nice blog..! I really loved reading through this article. Thanks for sharing such
a amazing post with us and keep blogging...
plots for sale in srisailam highway
plots for sale near adibatla
plots for sale near orr
keyword
Nice post.Get more details on PHP training
Great information. Keep sharing.
Find details for bestPHP training institute in delhi
Nice blog..! I really loved reading through this article... Thanks for sharing such an amazing post with us and keep blogging...
Pimples Treatment in Hyderabad
best Pimples Treatment in Madinaguda
Pimples Treatment in Gachibowli
Pimples Treatment in Banjarahills
I just loved your article on the beginner's guide to starting a blog. If somebody takes this blog article seriously in their life, he/she can earn his living by doing blogging.
Data Science Training in Gurgaon
Bigdata Hadoop Training in Gurgaon
Spark Training in Gurgaon
Machine Learning Training in Gurgaon
Deeplearning Training in Gurgaon
Thank you for sharing. It will surely be an experience to someone.
nice content provided good one to visit this site. Big Data Hadoop Training in Gurgaon
It is amazing and wonderful to visit your site. Thanks for sharing information; this is useful to us....
Power BI Training in Delhi
The details you've shared here areIt’sextremely instructive because it contains some best knowledge, which is extremely helpful. Thanks for posting it. php course in delhi
In this post, you've shared such great knowledge. I'd like to thank everyone for sharing such an informative post. Keep Posting. php course in delhi
For the most current and accurate information on Kenya trade statistics, I recommend checking Import Globals. For more information about global import export data visit our website.
Kenya Import Data
Post a Comment