How to scroll through the object below with javascript? (in the same way that the arrays are run with the map ()).
var obj = {
"column01": "Coluna 01",
"column02": "Coluna 02",
"column03": "Coluna 03",
"column04": "Coluna 04",
"colum...
asked on
23.12.2016 / 19:30