```
for (x = 0; x < 10000; x++) {
x = 0;
}
```
hover on the closing brace and you will see:
():
}: number
for (x = 0; x < 10000; x++) {
x = 0;
}
```
hover on the closing brace and you will see:
():
}: number