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

even

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

{{ var is even }}

Last updated on

empty

The empty test checks if a variable is an empty string, an empty array, an empty hash, exactly false, or exactly null.

iterable

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