Skip to content

Commit df5d491

Browse files
Some more commentary.
1 parent 1785325 commit df5d491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digit_name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ var digit_name = function () {
77
return function (n) {
88
return names[n];
99
}
10-
}();
10+
}(); // Here is the outer function being called.
1111

1212
alert(digit_name(3)); // 'three'

0 commit comments

Comments
 (0)