On 8/16/2014 6:35 PM, Scott Fanetti [email protected] [flexcoders] wrote: > Luckily - js is almost exactly like Actionscript. Anybody that is good > at AS can write JS in no time. If you don't mind working in a language that:
a) Doesn't have type declarations for variables, arguments, and function return values b) Has no built-in syntax for classes and objects. You have to build a template object and assign all the functions as "attributes" of the template. c) Doesn't have the enormous library of built-in classes that comes with AS2 or AS3.

