Javascript 2.0 Reference etc.

Is there a source that is better than:

http://www.mozilla.org/js/language/js20/index.html

For reference on the functions, methods, etc. for the language… Also, is there a good reference on what JS etc. works Unity as I am at times finding it extremely difficult to know what works and how.

For example: expando objects, normal objects, other funcs. etc.

Thanks,

– Clint

enum seems not to work.

http://forum.unity3d.com/viewtopic.php?t=1140

Thanks scottymac… Already had the link but that document in my opinion is pretty crappy. :wink:

I have also had issues with continue (or multiple continues within a function) also problems with declaring local variables more than once in a structure for iterative loops etc.

Anyway, hopefully sometime very soon some extremely detialed documentation on this will be available.

Regards,

– Clint