0

Introduction to JavaScript Variables

In this short video tutorial from the JavaScript Fundamentals course, we look at one of the most fundamental units of JavaScript: the humble variable. We’ll see the different ways that a variable can be declared and then assigned a value, as well as some other general bits of information about variables that you should probably be […]

Read More