Posts by Ediberto • 1 point
1 post
-
-2
votes1
answer55
viewsQ: How to organize the values of an array in a table using Javascript
Hello, I have the following example array: var users = [ { DiaDaSemana: 'segunda a sexta', valor: 'joaozinho' }, { DiaDaSemana: 'segunda a sexta', valor: 'mariazinha' }, { DiaDaSemana: 'sabados',…