Tag: javascript

07
Mar
2023
Posted in Sheet Worker Guide

Undefined and Other Error Values

About undefined and similar “unvariables”. Avoid them when you can.

28
Feb
2023
Posted in Sheet Worker Guide

Logging in the Browser Console

How to use the browser console, and control what appears there.

17
Feb
2023
Posted in Sheet Worker Guide

Getting Loopy With JavaScript

If you want to do the same thing over and over, you need a loop.

03
Feb
2023
Posted in Sheet Worker Guide

What If? in Sheet Workers

How to analyse your code and manage code branching.

27
Jan
2023
Posted in Sheet Worker Guide

Arithmetic in Sheet Workers

Adding, subtracting, and other arithmetic.

24
Jan
2023
Posted in Sheet Worker Guide

Variables – How to Name Things

A guide to naming things in sheet workers.