JavaScript syntax: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: title. | You can use this bot yourself. Report bugs here. | Suggested by Ost316 | Category:CS1 errors: invisible characters | via #UCB_Category
Fixed typo
Tags: canned edit summary Mobile edit Mobile app edit iOS app edit
Line 19:
 
<syntaxhighlight lang="javascript">
letvar a=5;
console.log(a); // 5
console.log(A); // throws a ReferenceError: A is not defined