Code:
Just for kicks could you give me some examples of how Javascript is useful?
Javascript is useful because it has become the standard method of 'client side' scripting, which 99.99% of modern browsers support in one way or another.
This makes it platform independent also, though some browsers implement JS differently so you need to learn the 'cross-browser' compatible way of writing JS unless you have a captive audience locked into one browsers, but i'd recomment just learning how to make JS work in any browser.
JS also enables AJAX to give a rich user experience without constant page refreshes.
if you only work with MS and you are locked into MS .NET etc. then you could learn VBScript, but i think that locks you into IE as a browser, not 100% on that one, so i'd check that to be sure.
hope that gives you a reason to learn JS ;-)
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!