Skip to content

Commit 42d6ac0

Browse files
committed
Unnecessary semicolon
1 parent ec4a522 commit 42d6ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/about_control_structures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test("for in", function() {
2626
// for in enumerates the property names of an object
2727
for (var property_name in person) {
2828
result = result + property_name;
29-
};
29+
}
3030
equal(__, result, 'what is the value of result?');
3131
});
3232

0 commit comments

Comments
 (0)