> For the complete documentation index, see [llms.txt](https://docs.discorddungeons.me/quest-editor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discorddungeons.me/quest-editor/list-blocks/empty_list.md).

# Create Empty List Block

![Create Empty List Block](/files/-LNixDPQOAz9b1DAsBQa)

The create empty list block creates an empty list with no elements.

## Generated Code

```javascript
[];
```
