Tag: objects

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 Workers

JavaScript Objects

The curious connection between getAttrs, setAttrs, and custom databases - JavaScript Object!