We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4a522 commit 42d6ac0Copy full SHA for 42d6ac0
topics/about_control_structures.js
@@ -26,7 +26,7 @@ test("for in", function() {
26
// for in enumerates the property names of an object
27
for (var property_name in person) {
28
result = result + property_name;
29
- };
+ }
30
equal(__, result, 'what is the value of result?');
31
});
32
0 commit comments