Create Variable
Create Variable is used to create a new variable and assign a value to it
within your function stack.
Update Variable
Update Variable is used to modify the value of an existing variable within
your function stack.
Conditional
Conditional is used to execute different code paths based on whether a
condition is true or false.
Loops
Loops are used to repeat a set of operations multiple times, such as iterating
through arrays or performing operations until a condition is met.
Math
Math functions are used to perform mathematical operations and calculations on
numeric values.
Arrays
Array functions are used to manipulate and work with arrays, such as adding,
removing, or transforming array elements.
Objects
Object functions are used to work with and manipulate object data structures,
including accessing properties and modifying object values.
Text
Text functions are used to manipulate and transform string data, such as
formatting, searching, or modifying text content.