$let
The$let operator declares a variable in the current scope.
Input
- An array containing exactly two values: the variable name (string) and the value to assign to the variable
Output
- The assigned value
Examples
Basic Variable Assignment
42
$let operator declares a variable in the current scope.
42