We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1942133 commit e9dec7dCopy full SHA for e9dec7d
topics/about_control_structures.js
@@ -67,7 +67,7 @@ $(document).ready(function(){
67
result = "Merry";
68
break;
69
}
70
- equals(result, __, "what is the value of result?');
+ equals(result, __, 'what is the value of result?');
71
});
72
73
test("null coallescion", function() {
0 commit comments