JavaScript syntax: Difference between revisions

Content deleted Content added
m Boolean: {{mono}}
add whitespace to avoid looking like an HTML entity
Line 1,122:
 
<syntaxhighlight lang="javascript">
x=11 & 6;
console.log(x); // 2
</syntaxhighlight>