---
title: "What is ECMAScript?"  
description: "What is ECMAScript?"  
author: "Anonymous User"  
published: 2021-07-19  
updated: 2021-07-19  
canonical: https://www.mindstick.com/forum/156502/what-is-ecmascript  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# What is ECMAScript?

What is ECMAScript and how is it different from [JavaScript](https://www.mindstick.com/articles/874/how-to-create-watermark-text-for-textbox-by-using-javascript)?

## Replies

### Reply by Ethan Karla

**ECMAScript** is the scripting language that forms the basis of JavaScript. ECMAScript standardized by the ECMA International Standards Organization in the ECMA-262 and ECMA-402 specifications.

JavaScript is a subset of ECMAScript and JavaScript is basically an ECMAScript but evolves from its core. Languages ​​like JavaScript, ActionScript, JScript use ECMAScript as its base core.

As a comparison, JavaScript, ActionScript, JScript are 3 different machines, but they all use the same processors, each of their exteriors is different though, and there have been several parts of modifications done to each to make it unique.

\


---

Original Source: https://www.mindstick.com/forum/156502/what-is-ecmascript

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
