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.
2 parents 088ea6a + 6819725 commit 2ba675dCopy full SHA for 2ba675d
topics/about_control_structures.js
@@ -25,7 +25,7 @@ test("for in", function() {
25
var result = "";
26
// for in enumerates the property names of an object
27
for (var property_name in person) {
28
- result = result + property_name;
+ result = result + property_name;
29
};
30
equal(__, result, 'what is the value of result?');
31
});
0 commit comments