|
|
|
|
|
by comrade1
4334 days ago
|
|
Javascript is fine in itself as a language, but no one uses it like it's meant to be used. It's a prototype inheritance language and yet people try to use it like regular java (classes and instances). The problem you probably have is with the DOM, not the language. |
|