PDF Preview:
PDF Title : | Learning Web Design |
---|---|
Total Page : | 621 Pages |
Author: | Jennifer Niederst Robbins |
PDF Size : | 11.3 MB |
Language : | English |
Publisher : | oreilly.com |
PDF Link : | Available |
Summary
Here on this page, we have provided the latest link for Learning Web Design PDF. Please feel free to it on your computer/mobile. For further reference, you can go to oreilly.com
Learning Web Design – Book
If you’re anything like me, the very term “variables” triggers nightmarish flashbacks to eighth-grade math class. The premise is pretty much the same, though your teacher doesn’t have a bad comb-over this time around. A variable is like an information container.
You give it a name and then assign it a value, which can a number, text string, an element in the DOM, or a function—anything, really. This gives us a convenient way to reference that value later by name. The value itself can be modified and reassigned in whatever way our scripts’ logic dictates.