I am wondering if there is a javascript version of sun's java api [http://java.sun.com/j2se/1.4.2/docs/api/]. Does anyone know of something like this for javascript? If not, how do you as javascript programmers keep track of all the preestablished methods and classes, etc etc.
thank you Mike
Bernard Marx
7:36 pm on Mar 23, 2005 (gmt 0)
Core Javascript doesn't have such a large API. There are just a handful of global objects, and some inbuilt prototypes. It's hard to find 'official' references for Netscape Javascript at the moment. JScript offers references in various forms.
Just searching for "Javascript Reference" will get you what you want. This one: [javascriptkit.com...] for instance will give you the core Javascript API, with a fair amount of the general browser API thrown in.