hub.eb?material_id=390&track_id=427

Client-Side Debugging - The Console


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.

 

Current Module

Related