JavaScript API | JS API

If you want to search the library API, go to the corresponding links:

Jquery

nodejs

mySQL (C)

Where is the API for Javascript itself?

0
source share
1 answer

The ECMA-262 specification will be canonical: http://www.ecma-international.org/ecma-262/5.1 . However, keep in mind that language support is not consistent across browsers. There are many third-party resources for this:

+4
source

All Articles