Check out the Menu choices above. Each leads to a different section of the site.
Tag: objects
Getting Loopy With JavaScript
Loops are almost as fundamental as if statements, and just like those, the basic concept is self-explanatory. What if you want to repeat the same process over and over, and you don’t know ahead of time how many repeats you want to do?… Read the rest “Getting Loopy With JavaScript”
JavaScript Objects
The curious connection between getAttrs, setAttrs, and custom databases - JavaScript Object!