Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

6 - Javascript Tutorial - JavaScript Variables

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
540 views
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 9, 2010

This video will talk about declaring & using variables & will give a small example about it.

This video was made by Ray Tawil: http://www.rabihtawil.com

Visit the forum at:
http://www.coderisland.com

Follow us on twitter:
http://www.twitter.com/coderisland

Become a fan on Facebook:
http://www.facebook.com/pages/Coderislandcom/291983715353

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (Coderisland)

  • Mine doesnt give the actual addition...

    it always gives the value of the first number then the second number...

    (I.E. 100100 instead of 200)

  • when you declare a var x you gave it the value with double quotes surrounding like this

    x = "100";

    y="100";

    you should do it like this:

    x=100;

    y=100;

    z=x+y;

    if you got any detailed code or more questions visit the forum & post your questions there :)

  • no..

    to be more specific I had a prompt for num1 and a prompt for num2 and then added the num1 and num2.

  • That is why... the prompt is taking the values as strings

  • Is there a way to make the prompt take it as an integer or decimal value?

  • hey man i got an answer for your problem but i can not post source code here, if you posted your problem on the forum it would have bin a lot easier for us, the trick is to use parseInt() function, if you like you can go to coderisland website start a new thread & i will post you a whole code about how to acquire values from prompt box & casting it into integer.

see all

All Comments (8)

Sign In or Sign Up now to post a comment!
  • Ok, I'll get to that soon

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more