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)?
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)?
Because javascript is the only client-side programming language. And with good sense it's possible to create amazing web applications.