> 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](https://602309350-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LNeYKoJ5VTmJdlF1rx1%2F-LNixCklvoD49ML8vZ_A%2F-LNixDPQOAz9b1DAsBQa%2Fcreate_empty.jpg?generation=1538386094995234\&alt=media)

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

## Generated Code

```javascript
[];
```
