The Console can be used to execute client-side JavaScript, view variable values and explore objects within the browser. E.g. executing variableName; will display the variable value.
console.log()
can also be used within Verj.io client-side code to display values of variables.
