Tag: javascript

07
Mar
2023
Posted in Sheet Workers Sheet Worker Guide

Undefined and Other Error Values

A short noted about undefined and similar "unvariables". Avoid them when you can.
28
Feb
2023
Posted in Sheet Workers

Logging in the Browser Console

How to use the browser console, and control what appears there.
17
Feb
2023
Posted in Sheet Workers

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”

14
Feb
2023
Posted in Sheet Author Guide Sheet Author

Roll20 Sheet Author Master List

The new index page for Roll20 Sheet Author pages.
03
Feb
2023
Posted in Sheet Workers

What If? in Sheet Workers

How to analyse your code and manage code branching.
27
Jan
2023
Posted in Sheet Workers

Arithmetic in Sheet Workers

Adding, subtracting, and other arithmetic.
24
Jan
2023
Posted in Sheet Workers

Variables – How to Name Things

A guide to naming things in sheet workers.