He thought javascript will go away

Backward compatibility with old javascript standards.

Monolanguage is the future. Why would you even want to use different languages on the front and back end, when you have the option to use the same language for your entire stack? Until one of you sperglords writes a browser entirely in HolyC we're gonna be using JS for a long time so you might as well embrace it.

when will it replace java and c#?

thing is its trash so its self defeating
you are going to write in something more robust in any situation once foundations crumble

but if we are going to use one lang for everything, why choosing the most niggered shit language in JavaScript?

...

what happened to this place?

Now that is some wishful thinking from a battered programmer.

JavaScript's ONLY problem is its shitty type system. Prove me wrong.

Nice quote, but it doesn't change the fact that even "modern" Javascript does this:js> var n = [9, 4, 20, 50]; js> n.sort() [20, 4, 50, 9]