Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 098133c

Browse files
committed
Added missing curly brace.
1 parent 9bff15b commit 098133c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

general-patterns/for-in-loops.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
if (man.hasOwnProperty(i)) { // filter
2626
console.log(i, ":", man[i]);
2727
}
28+
}
2829
/*
2930
result in the console
3031
hands : 2

0 commit comments

Comments
 (0)