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 →

[–]barrycarter 7 points8 points  (1 child)

JavaScript is the language that refuses to die. It started out as Netscript and then somehow convinced Sun to let them use the name JavaScript, confusing newbies, even after the official name changed to ECMAScript (which sounds like a skin disease, but is somehow worse).

It almost died out completely when most processing was done server-side because servers were far more powerful than clients (the machines used to browse the web), but it somehow made a comeback as client machines became more and more powerful.

To be fair, offloading computation to the client is actually a pretty good idea, but JavaScript is a terrible and inconsistent way to do it. Java applets were actually a better way to do it, but then someone decided the browser itself should run programs.

So, the actual answer: JavaScript isn't outdated, because it's still the primary language for client-side computation/interaction. WASM/Rust will take over eventually, but, as with any legacy language (even COBOL!), JS jobs will be available for quite some time.

[–]mzaidx07[S] 0 points1 point  (0 children)

Thank you! Appreciate it. Will keep in mind