Learn Create Your Own Split Screen

Next Page

Do we really need to use var ?

We all know how to use variables, right?

var score=0;
Have you ever accidentally left off the word var ?

Did anything bad happen ?

So why do we even care about the word var ?

The answer is "variable scoping", and not understanding it can lead to some heinous glitches in your code.