Working with variables

The workbench offers a Variables view, which allows you to work with variables in your JavaScriptâ„¢ applications.

JavaScript variables are displayed in the Variables view in the following manner:

function1
function2
variable1 = 5.0
function3

When global variables are declared, they are displayed at the top of the preceding structure as an expandable Global node. When expanded, you can view global variables.

Related tasks
Changing the contents of a variable

Feedback