2. Variables

2.1. Variables with defined and undefined values

  • You can only use the content of a variable if it already has a defined value.

  • If you use a variable that has no defined value or is undefined, it would result in an error like the following.

You have attempted of activities on this page