Javascript design flaws [closed]

-1

In a world where heavily typed languages such as C++ , Java or Pascal , why even Javascript is used, despite all its faults (such as absence of scope per block and exaggerated ease of creation of global variables)?

    
asked by anonymous 10.02.2014 / 20:58

1 answer

1

Because javascript is the only client-side programming language. And with good sense it's possible to create amazing web applications.

    
10.02.2014 / 21:01