I mean a language separate from Java script that can work with and manipulate Html and also do calculation etc just like javascript
Edit: in the browser
I mean a language separate from Java script that can work with and manipulate Html and also do calculation etc just like javascript
Edit: in the browser
typescript the statically typed alternative developed by microsoft.
Dart googles imrpoved javascript.
Coffeescript some syntatic sugar on top of javascript - but probably the most popular of the three.
Whats wrong with javascript nayway ? Its great, albeit a bit weird to begin with.
Javascript is the only script language that is supported in all browsers.
There are a lot of libraries and plugins that you can use to generate Javascript without writing all the code yourself, but in the end they all use Javascript.
Micrsoft also supported VBScript in Internet Explorer up to version 9. In IE 10 you have to force the page into compatibility mode to use VBScript.