Skip to content

Commit bd1bb47

Browse files
authored
update
1 parent 6d1785d commit bd1bb47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/basic_01/highOrder.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ console.log(map);
1313

1414
/*for(const [key , value] of map){
1515
//console.log(`${key} : ${value}`);
16-
} this doesn't run*/
16+
} this doesn't run i n for of and for in loop*/
17+
18+
// arrays also have keys
1719

1820

1921

0 commit comments

Comments
 (0)