Skip to content

Commit a36b876

Browse files
small fix
1 parent 9303270 commit a36b876

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
@@ -27,7 +27,7 @@ test("for in", function() {
2727
for (var property_name in person) {
2828
result = result + property_name;
2929
};
30-
equal(__ result, 'what is the value of result?');
30+
equal(__, result, 'what is the value of result?');
3131
});
3232

3333
test("ternary operator", function() {

0 commit comments

Comments
 (0)