| |
| | AardvarkArticles.net - Programming - Javascript |
 | | JavaScript is an object-based scripting language with a syntax loosely based on C. Like C, it has the concept of reserved keywords, which (being executed from source) means it is almost impossible to extend the language without breakage. |
 | | Javascript, like HTML, is often not compliant to standards, instead being built to work with specific web browsers. |
 | | In Javascript, all objects can map from integers to values, but Arrays are a special type of objects that has extra behavior and methods specializing in integer indices (e.g., join, slice, and push). |
| aardvarkarticles.net /computers_&_the_internet_1/javascript_197.html (2204 words) |
|