JavaScript syntax: Difference between revisions

Content deleted Content added
Reverted to revision 919264469 by Sommozzatore (talk): Blogspam (TW)
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit
Line 18:
 
<syntaxhighlight lang="javascript">
varlet a=5;
console.log(a); // 5
console.log(A); // throws a ReferenceError: A is not defined