10
Como iterar (chaves, valores) em javascript?
Eu tenho um dicionário que tem o formato de dictionary = {0: {object}, 1:{object}, 2:{object}} Como posso percorrer este dicionário fazendo algo como for((key,value) in dictionary){ //Do stuff where key would be 0 and value would be the object }