Just trying to understand how the items variable works. Am I correct in thinking that every node wraps up its results into an array called items. I notice in every code node, the items variable contains the results of previous nodes.
Also, I can access same data by looking in items and $("<previous-node-name>").all(). When should I use one over the other?