1.

What is the difference between TypeScript and es6?

Answer»
S.noTypeScriptES6
1.Extremely comfortable to eradicate the development error.ES6 is more comfortable in development deployment.
2.It’s an OPEN SOURCE programming language.It’s a scripting language.
3.It supports all primitive data types.ES6 doesn’t support primitive data types.
4.TypeScript has 3 SCOPES: Global, CLASS, and Local.It has only two scopes: Global and Local.


Discussion

No Comment Found