Need with Wildcard Period

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.
hi there …i need to understand please why is a mistake the Wildcard ```
/hu./ like i see in the example.


**Tu código hasta el momento**

```js

let exampleStr = "Let's have fun with regular expressions!";
let unRegex = /.un/; // Cambia esta línea
let result = unRegex.test(exampleStr);

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36

Desafío: Haz coincidir cualquier cosa con el comodín punto

Enlaza al desafío:

where do you think it’s a mistake?

Test JS - Regex Tester/Debugger