Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created September 13, 2018 19:31
Show Gist options
  • Select an option

  • Save Heavyblade/669ac11207014637c33edc31c4d552da to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/669ac11207014637c33edc31c4d552da to your computer and use it in GitHub Desktop.
contratos.js
var contratos = cuentas.contratos; // o equivalent
var contrato;
for (var key in contratos) {
contrato = contratos[key];
// la lógica para el cntrato
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment