|
|
|
|
|
by candydance
4610 days ago
|
|
The associative arrays in JS are simpler than objects in Java but the expressiveness means you need to be aware of all the different types of type coercion and how it all interacts at runtime. I don't think this is that difficult but it's no more difficult to lay out your data before runtime. I think this is a wash that goes to the dynamic vs static debate which we all know can be argued about for days. You're leaving out prototypes which I find much more complicated than Java Classes. |
|