When to use $node['Node Name'] vs $('Node Name')?

Welcome to the community @j0dan !

$node["Node Name"] it the old legacy one. Moving forward, only $('Node Name') should be used. For that reason did we remove it from the docs. I hope that makes sense.

2 Likes