Click to See Complete Forum and Search --> : can anyone do me a favour?


Sembawang
07-15-2003, 07:32 AM
I started to learn JavaScript only few days ago. Now I try to do some small applications with it. But I found that I need to find some kind of "user manul", "documentation" or something like that, which may give a brief introdution to its built-in library.

As I learned Java before, I knew that Java has something called "API"(Application Programming Interface), which give the programmer a detailed descriptions of all its classes and their related methods. Is there a simliar things for JavaScript?
Where can I get it?

Thanks a lot.

AdamGundry
07-15-2003, 07:43 AM
Check out the Javascript References at Javascript Central (Netscape DevEdge) (http://devedge.netscape.com/central/javascript/).

Adam

man
07-15-2003, 07:44 AM
Originally posted by Sembawang
...I knew that Java has something called "API"(Application Programming Interface), which give the programmer a detailed descriptions of all its classes and their related methods. Is there a simliar things for JavaScript?
Where can I get it?

Sorry, but there is no API for the "javascript" language.
And there are no methods...

c, c++, visual basic, pascal, java ... are no "script" languages
They are "programming" languages.

Javascript is not compiled!

prabhukm
07-15-2003, 07:50 AM
Just try this document.
http://developer.netscape.com/docs/manuals/javascript.html