Content deleted Content added
LuxSubWriter (talk | contribs) No edit summary |
Tag: Reverted |
||
Line 28:
console.log(A); // throws a ReferenceError: A is not defined
</syntaxhighlight>
Try this example code on [[https://jsonlinecompiler.com/javascript-online-editor/ JavaScript online compiler & Editor]].
===Whitespace and semicolons===
|