Skip to content

Commit 07d71cc

Browse files
committed
Merge branch 'master' into Node-properties_type-tag-and-contents
2 parents 7c9c530 + 04d6aa6 commit 07d71cc

2 files changed

Lines changed: 2 additions & 22 deletions

File tree

1-js/03-code-quality/01-debugging-chrome/chrome-sources-breakpoint.svg

Lines changed: 1 addition & 21 deletions
Loading

1-js/06-advanced-functions/03-closure/10-make-army/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function makeArmy() {
6868
let i = 0;
6969
while (i < 10) {
7070
*!*
71-
for(let i = 0; i < 10; i++) {
71+
let j = i;
7272
*/!*
7373
let shooter = function() { // shooter function
7474
alert( *!*j*/!* ); // debería mostrar su número

0 commit comments

Comments
 (0)