Javascript
Highly underrated programming language, usually used for in-browser scripting. It has a prototype-based object system, and I'm a huge fan of prototype-based object systems.
Reference
str = ''
str.length
arr.length
a = array()
for(key in arr){
}
Objects are arrays... syntax?
function literal syntax
regular expression syntax...
Articles/sites
http://www.quicksilverscreen.com/archive/2005/12/07/javascript_librarihellip
Specifications
Other
http://ajax.sys-con.com/read/166503.htm
http://www.mattkruse.com/javascript/
http://www.kavascript.com/
Javascript libraries roundup
Page last edited: April 25, 2006 (utc)
|