Chapter 2
Understanding Variables
IN THIS CHAPTER
Getting your head around variables
Assigning names to variables
Introducing JavaScript data types
Figuring out numbers
Stringing strings together
You should imagine variables as tentacles, rather than boxes. They do not contain values; they grasp them.
— MARIJN HAVERBEKE
You might have heard about — or perhaps even know — people who, through mishap or misfortune, have lost the ability to retain short-term memories. If you introduce yourself to one of these poor souls, he’ll be asking you your name again five minutes later. These unfortunates live in a perpetual present, seeing the world anew every minute of every day.
What, I’m sure you’re asking yourself by now, can any of the above possibly have to do with coding? Just that, by default, your JavaScript programs also live a life without short-term memory. The web browser executes your code one statement at a time, until there are no more statements left to process. It all happens ...
Get Web Coding & Development All-in-One For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.