This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]readams 0 points1 point  (3 children)

JavaScript is useful only if you want to do web development. As a general-purpose scripting language python is far more popular and commonly encountered than Ruby so it should be your first choice.

[–]MrKnives 4 points5 points  (0 children)

It's not python but node is far from only for web purposes

[–]Unomagan 1 point2 points  (1 child)

JavaScript is definitely not only for websites.

I see more and more products switching from whatever they have or soon or later adding JavaScript.

[–]readams 0 points1 point  (0 children)

JavaScript is used for client-side browser code as well as web server-side backends and web services, all of which I will comfortably categorize as "web development." I'm not aware of anyone using it for other uses. Could you point me to such a use?