---
title: "What’s relationship between JavaScript and ECMAScript?"  
description: "What’s relationship between JavaScript and ECMAScript?"  
author: "Amit Singh"  
published: 2011-04-23  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/766/what-s-relationship-between-javascript-and-ecmascript  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# What’s relationship between JavaScript and ECMAScript?

ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.

## Answers

### Answer by Amit Singh

ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.


---

Original Source: https://www.mindstick.com/interview/766/what-s-relationship-between-javascript-and-ecmascript

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
