bastiano bastiano over 2 years ago

Operators are symbols that are used with variables to allow us to perform certain functions, such as adding, subtracting and etc.
arithmetic operators:
Given that y=5
to perform arithmetic
to assign values to JavaScript variables
x=10
y=5
=
+=
-=
*=
/=
%=
x=y
x+=y
x-=y
x*=y
x/=y
x%=y
used in logical statements to determine equality or difference between variables or values.
used to determine the logic between variables or values.
&& and
|| or
! not
- Annotations on Learn Java Script: Operators

Share this annotation

Post to Basecamp Project Update Twitter Bookmark on Del.icio.us Send E-mail Post to a Blog Post to Backpack Post to Trac Post to Bugzilla Post to a Tumblr Update Friendfeed Posterous

paste in your blog
 
paste anywhere: IM, mail
 
give this link to a friend
 

Tags: jul_09, lectures-javascript.blogspot.com, annotations
Comments are allowed
This copy is published

Note: "This copy is kept-secret" would mean its URL is not published, but anyone knowing its URL can still view it.