JavaScript syntax: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 207.244.138.39 to version by Lemondoge. Report False Positive? Thanks, ClueBot NG. (2620853) (Bot)
No edit summary
Line 3:
The '''[[Syntax (programming languages)|syntax]] of [[JavaScript]]''' is the set of rules that define a correctly structured JavaScript program.
 
The examples below make use of the alert function for [[Standard streams#Standard output .28stdout.29|standard text output]]. The JavaScript [[standard library]] lacks an official standard text output function. However, given that JavaScript is mainly used for [[client-side scripting]] within modern [[Web browser]]s, and that almost all Web browsers provide the alert function, <tt>alert</tt> is used in the examples. Oh , and kittens are amazing.
 
==Origins==