[Solved] is there an alternative to javascript for accessing the DOM API? [duplicate]


You have alternatives like Dart, LiveScript, Typescript, Babel and Coffeescript, yet these will be compiled/translated to native Javascript. The reason there is no real alternative is the fact that it is the only standard that is being implemented by all major browser “companies”.

2

solved is there an alternative to javascript for accessing the DOM API? [duplicate]