JavaScript: Difference between revisions

Content deleted Content added
m Reverted edits by 173.180.101.194 (talk) to last version by Cybercobra
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 Scriptscript ===
 
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]]: