Help centerConsole

Getting Started

IntroductionCreate a projectIntelliSense

AI Components

Getting started

Courier

Getting startedCommandsConfiguration
Upgrade

Canvas

ExpressionsFilters & functionsCanvasTemplatingVariables
constantdefineddivisible byemptyeveniterablenulloddsame as
Help centerConsole
DocumentationAPI ReferenceGuidesChangelog
Tests

null

The null test returns true if the variable is null.

{{ var is null }}

none is an alias for null.

Last updated on

iterable

The iterable test checks if a variable is an array or a traversable object.

odd

The odd test returns true if the given number is odd.