JavaScript syntax: Difference between revisions

Content deleted Content added
Mentioned languages that influenced the syntax of JavaScript.
Line 1:
The '''syntax of JavaScript''' is a set of rules that defines how a [[JavaScript]] program will be written and [[Interpreter (computing)|interpreted]]. JavaScript borrows most of its syntax from [[Java_programming_language|Java]], but also inherits from [[Awk]] and [[Perl]], with some indirect influence from [[Self_programming_language|Self]] in its object prototype system.
 
===Variables===