Content deleted Content added
Fred Gandt (talk | contribs) m Reverted edits by 173.180.101.194 (talk) to last version by Cybercobra |
Cybercobra (talk | contribs) m →Example Script: caps |
||
Line 273:
Because JavaScript is the only language that the most popular browsers share support for, it has become a [[target language (computing)|target language]] for many frameworks in other languages, even though JavaScript was never intended to be such a language.<ref name="computerworld" /> Despite the performance limitations inherent to its dynamic nature, the increasing speed of JavaScript engines has made the language a surprisingly feasible compilation target.
=== Example
Below is a minimal example of a standards-conforming web page containing JavaScript (using [[HTML|HTML 4.01]] syntax) and the [[Document object model|DOM]]:
|