Learn how to enable JavaScript.
The article title makes JavaScript sound a lot worse than it actually is. JavaScript is pretty harmless. Unfortunately, in older browsers, control over enabling and disabling JavaScript was coupled with the enabling and disabling of ActiveX objects. ActiveX objects can be malicious and care has to be taken when allowing websites to run their objects through your browser. (Note: Most browsers will give you a warning to say the website is trying to use an ActiveX object and give you the option to allow it.)
As more and more people learn and understand how to use JavaScript - especially "AJAX" - cleverer and cleverer web applications are being made. As long as these applications are made with due care and attention, there is no need to worry. However, sometimes there are holes in their security. (Learn about XSS.)