# For Of

Run part of the program for each element in a list.

```block
for(let value of [""]) {

}
```

## #examples
