any particular reason?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The same reason any language has a standard library. It doesn’t have many, and the ones it does have are quite useful.
The only object types ECMAScript has are:
along with the standard error objects. Omitting even one of the above would significantly decrease the language’s ease of use.
Note that the W3C APIs many people conflate JavaScript with are not built-in to the language.