> For the complete documentation index, see [llms.txt](https://web.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web.mrw0l05zyn.cl/revision-de-codigo/javascript.md).

# JavaScript

## Identificación de funciones con entrada de usuario (user input)

```regex
(req.body)+|(req.params)+
```

## Identificación de variables nulas

```regex
(let|var) [A-Za-z]*;
```
