We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec218b commit dd6c3bbCopy full SHA for dd6c3bb
page/javascript-101/operators.md
@@ -43,7 +43,7 @@ In JavaScript, numbers and strings will occasionally behave in unexpected ways.
43
var foo = 1;
44
var bar = "2";
45
46
-console.log( foo + bar ); // 12
+console.log( foo + bar ); // "12"
47
```
48
49
0 commit comments