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 9303270 commit a36b876Copy full SHA for a36b876
topics/about_control_structures.js
@@ -27,7 +27,7 @@ test("for in", function() {
27
for (var property_name in person) {
28
result = result + property_name;
29
};
30
- equal(__ result, 'what is the value of result?');
+ equal(__, result, 'what is the value of result?');
31
});
32
33
test("ternary operator", function() {
0 commit comments