¿Cómo eliminar un elemento de una matriz bidimensional en JS?
let list = [
["Pago anticipado", "Pago en efectivo" y "Préstamo a largo plazo"],
[755340403, 17085162670, 3536364338],
[1204418576, 8658473101, 3444301912],
]
Let header = ['Empresa', ' 2020-12 -31 ',' 2021-06-30']
Establecer TableData =[]
for(Establecer I = 0; i<List.Length; i++){< / p>
Let temp={}
for(let j = 0; j & ltlist[i].
Longitud; j++){
temp[header[j]]=list[j][i]
}
TableData.push(temporal) p>
}
documento .escribir(JSON . stringify(TableData))