JavaScript Tutorial for Beginners – 03 – Variables




Initial review of variables in JavaScript

Original source


27 responses to “JavaScript Tutorial for Beginners – 03 – Variables”

  1. This is great! Do you have a bootcamp or online course where you could learn by projects? but the project is what the student needs or wants to accomplish? I would certainly pay and sign up for something like that!

  2. Quick question, with your example: var years = 35;
    do you have to have a space between years and the equal sign or could you also do it like this with no space between:
    var years= 35; ?

Leave a Reply