---
title: "What’s relationship between JavaScript and ECMAScript?"  
description: "What’s relationship between JavaScript and ECMAScript?"  
author: "Anonymous User"  
published: 2011-02-28  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/359/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 Anonymous User

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/359/what-s-relationship-between-javascript-and-ecmascript

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
