TestsnullCopy pageThe null test returns true if the variable is null.{{ var is null }} none is an alias for null.Last updated on iterableThe iterable test checks if a variable is an array or a traversable object.oddThe odd test returns true if the given number is odd.