Functions & Computed
Functions: reusable logic (expression or JavaScript). Computed: derived read-only values from expressions.
Category: Logic
Problems it solves
Avoid duplicating logic across event handlers and bindings.
How to use it
Function: define params and body, test in Run tab. Computed: name + expression that auto-updates.