Content deleted Content added
Tag: references removed |
→Operators: adding an excerpt describing the "??" operator |
||
Line 1,221:
str2 = "2" + 2; // "22", not "4" or 4.
</syntaxhighlight>
===??===
{{excerpt|Null coalescing operator|JavaScript}}
==Control structures==
|