$let
Declares and creates a temporary variable.
Temporary variables store data that can be used later in the code and are deleted once the code is executed.
Usage
This function has two params.
Param | Description | Type | Required |
---|---|---|---|
variableName | The name of this variable. | String | Yes |
variableValue | The value that this variable holds. | String | Yes |
Example
Related Functions
Last updated