JavaScript syntax: Difference between revisions

Content deleted Content added
Mentioned languages that influenced the syntax of JavaScript.
Quamaretto (talk | contribs)
JavaScript did not come from Java. It was an interpreted C derivative. See an accurate history document. I would want a source regarding Awk or Perl.
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 borrowssyntax mostderives of its syntaxlargely from [[Java_programming_language|Java]], but also inherits fromthe [[Awk]]C andprogramming [[Perllanguage]], with some indirect influence from [[Self_programming_language|Self]] in its object prototype system.
 
===Variables===