Servicios

Resultados de la Quiniela "Vespertina" de Catamarca: martes 9 de junio

Por Mateo Carrizo

```html

Array de sorteos y horarios


Tabla de resultados - Quiniela Catamarca Vespertino (13:30)

'; html += '

'; numeros.forEach(item => { const bgColor = item.posicion === 1 ? 'background-color: #90ee90;' : ''; html += `

`; html += `

${item.posicion}

`; html += `

${item.numero}

`; html += '

'; }); html += '

';

document.getElementById('tablaResultados').innerHTML = html;
```