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 088ea6a commit 6819725Copy full SHA for 6819725
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