Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm a little confused. What are the links that bind Typescript / Javascript / ECMAScript / ES 6 ? Could you provide me a good article or tutorial to choose and start with one of these language.

I read articles on Wikipedia. I know the definition of these language. My question is more what are the links, what is the history behind these 3 languages. This is not explained on Wikipedia.
Posted
Updated 4-Apr-15 22:22pm
v2

1 solution

ECMAScript is the official name for javascript, ES6 is the new language standard for features for javascript, and Typescript is a super set of javascript from Microsoft that supports more larger scale projects better and compiles down to javascript.

https://www.w3.org/community/webed/wiki/A_Short_History_of_JavaScript[^]

http://en.wikipedia.org/wiki/JavaScript[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900