The following code on it's own should raise an error ... ``` 1 * a + (a = 3) ``` In it the 'a' variable is used before it is assigned.
The following code on it's own should raise an error ...
In it the 'a' variable is used before it is assigned.