> 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/is_empty.md).

# Is Empty Block

![Is Empty Block](/files/-LNixDS8Uq0nJb3XCjTc)

Returns true if the specified list is empty

## Generated Code

```javascript
!<list>.length;
```
