Check out the Menu choices above. Each leads to a different section of the site.
Tag: javascript
Undefined and Other Error Values
A short noted about undefined and similar "unvariables". Avoid them when you can.
Logging in the Browser Console
How to use the browser console, and control what appears there.
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”
Roll20 Sheet Author Master List
The new index page for Roll20 Sheet Author pages.
What If? in Sheet Workers
How to analyse your code and manage code branching.
Arithmetic in Sheet Workers
Adding, subtracting, and other arithmetic.
Variables – How to Name Things
A guide to naming things in sheet workers.