Created
September 13, 2018 19:31
-
-
Save Heavyblade/669ac11207014637c33edc31c4d552da to your computer and use it in GitHub Desktop.
contratos.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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