```
console.log(function(error, response) {
er
```
This should display "error" but it does not.
workaround: complete the scope and all will work fine.
console.log(function(error, response) {
er
```
This should display "error" but it does not.
workaround: complete the scope and all will work fine.