What distinguishes JavaScript from ECMAScript

0 votes
With the help of proper code examples, can you tell me What distinguishes JavaScript from ECMAScript?
Jan 9 in Java-Script by Ashutosh
• 14,020 points
27 views

1 answer to this question.

0 votes
Aspect JavaScript ECMAScript
Definition A programming language used primarily for web development. A standardized scripting language specification.
Purpose Implements ECMAScript to create dynamic web applications. Provides the core rules and guidelines for scripting languages.
Role Implementation of ECMAScript. Standard or specification for scripting languages.
Features Includes DOM manipulation, event handling, and web APIs Focuses only on syntax, types, operators, and structures.
Creator Developed by Netscape (Brendan Eich) in 1995. Standardized by Ecma International through ECMA-262.
Scope Web browser-based features and APIs. Language specification, not tied to any platform.

answered Jan 10 by Navya

Related Questions In Java-Script

0 votes
1 answer

What is callback function in JavaScript?

callback is not a keyword, its just ...READ MORE

answered Jan 30, 2020 in Java-Script by Niroj
• 82,840 points
19,140 views
0 votes
1 answer

How to access GET directly from JavaScript?

Hello @kartik, You can first go through: window.location.search It will ...READ MORE

answered Apr 29, 2020 in Java-Script by Niroj
• 82,840 points
2,470 views
0 votes
1 answer

From php returning JSON to JavaScript

Hii @kartik, You can use Simple JSON for PHP. ...READ MORE

answered Jun 5, 2020 in Java-Script by Niroj
• 82,840 points
1,096 views
0 votes
1 answer

How to find event listeners on a DOM node when debugging or from the JavaScript code?

Hii @kartik, It is possible to list all ...READ MORE

answered Jun 8, 2020 in Java-Script by Niroj
• 82,840 points
128,759 views
0 votes
1 answer
0 votes
1 answer

How can I configure lazy loading for Angular modules?

To configure lazy loading in Angular, you ...READ MORE

answered Dec 12, 2024 in Angular by Navya
56 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

What are the methods to clear all elements in a JavaScript array?

In JavaScript, there are several methods to ...READ MORE

answered Jan 10 in Java-Script by Navya
46 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP