Variables, Values, Operators (JavaScript)

Variables, Values and Operators are simply a way to describe something.

For example:

A = monday.

“A” is your variable
“=” is your operator
“monday” is your value.

Variables are easily set, reset, and changed. You can name a variable almost anything you want, as long as it starts with a letter or an underscore; however it is important to note the case sensitivity of JavaScript. A variable “name” is not the same as “Name”. Creating a variable is also known as declaring a variable. The declaration is done through the var function.

You may assign a value to the variable in the declaration, or leave the value as null. A value is simply what an object or variable represents.

Operators are simply, the methods used to assign, or change, the value of a variable, or object. The = sign is actually an assignment operator, where as == represents equality. The + sign is the concatenation operator, basically the addition of anything, arithmetic or not. To add one to the value of a variable you can use ++, the same principal applies with subtracting one from the value using –. All other mathematical operations are, and are used the same way as in mathematics. Sounds complicated, but in practice is very simple.

var x; // The declaration of variable x. The value is null.
var y=7; // The declaration of variable y , while assigning the value.
var z=”string”; // Variables can contain almost anything, not just numbers.
x = 3; // This assigns the value of x to be 3.
x = 3 + y; //The value of x has been reset to the value of y+3 or 10.

Comments (11)

courageous-817April 10th, 2010 at 6:34 pm

courageous-817…

Замечательный сайт по софту на PHP http:// softing.do.am/ на отлично профессиональном уровне…

AliciaJune 20th, 2010 at 10:16 am

There are several versions of Linux, Redhat, Mandriva and the list goes on and on. But switching between languages is not dependent on the OS, you need a database to do that and then you need to make sure the server has the correct font. It’s simple enough to put the data in the db, and then use a switch that says English or Japanese and do

if language=english print “this text here”;
else if language = japanese print “the other text here instead”;

One thing you want to be certian of, as with Japanese, some languages read right to left instead of left to right. The problem with that is spacing. Your pages won’t lay out the same if your text runs top to bottom as it will if it runs left to right.

Have fun!

ROLANDJune 25th, 2010 at 2:32 pm

PillSpot.org. Canadian Health&Care.Special Internet Prices.No prescription online pharmacy.Pillspot.org. Herbal-supplements@buy.online” rel=”nofollow”>.…

Categories: Vitamins/Herbal Supplements.Antibiotics.Antidiabetic.Anxiety/Sleep Aid.Mens Health.Blood Pressure/Heart.Eye Care.Stop SmokingAntidepressants.Weight Loss.Antiviral.Womens Health.Stomach.Skin Care.Pain Relief.Anti-allergic/Asthma.Mental …

CHADJuly 21st, 2010 at 9:00 am


Medicamentspot.com. Canadian Health&Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. No prescription drugs. Buy pills online

Buy:Viagra Super Active+.Viagra Soft Tabs.Cialis Super Active+.Cialis Professional.Viagra Professional.Viagra Super Force.Viagra.Tramadol.Cialis Soft Tabs.Cialis.Levitra.Soma.Propecia.Super Active ED Pack.VPXL.Maxaman.Zithromax….

child safe/August 29th, 2010 at 1:33 am

download http://BESTPARTSPLUS.INFO/tag/download : download…

download…

10August 29th, 2010 at 1:40 am

DVD-RW http://04FORDPARTS.US/tag/DVD-RW 10 : 10…

00a rw NEC/…

treeAugust 29th, 2010 at 3:13 am

shake http://wspilledkhivu.ACEHARDWAREE.INFO/tag/shake the sugar tree spilled song/ : song…

spilled…

CarAugust 29th, 2010 at 2:23 pm

RC http://mmapsendyemd.ACEHARDWAREE.INFO/tag/Videos+Car+RC/ : RC…

Car…

snakeAugust 29th, 2010 at 2:40 pm

Store http://mmonster4de4qvc.05KIAPARTS.US/tag/Circuit+City+Store+Locator+cable+snake/ : Circuit…

Store…

trayAugust 29th, 2010 at 7:14 pm

rockwell http://teuphoniumct0fc2.bestpartsstore.info/tag/pepsi+tray+out+rockwell/ : tray…

tray…

CURTISSeptember 5th, 2010 at 5:04 am


CheapTabletsOnline.com. Canadian Health&Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. Online Pharmacy. Buy pills online

Buy:Soma.Levitra.Cialis.Viagra Professional.Cialis Soft Tabs.Maxaman.Propecia.Super Active ED Pack.Cialis Super Active+.Cialis Professional.Viagra Super Force.VPXL.Viagra Soft Tabs.Tramadol.Zithromax.Viagra Super Active+.Viagra….

Leave a comment

Your comment