js is just a language that runs in isolated virtual machine
whereas c++ is language that has direct access to system resources
python is just c++ which never works and is worse in performance
rust is just c++ but it got package management right
js sucks only because there are not js devs anymore, there are only vue, react and node devs. ie: facebook built on top of js and now everyone is building on top of what facebook built.
c++ sucks because you have to git clone and compile every library yourself to use in your project
python sucks because every python project breaks after minor python version upgrade, such as 3.11 to 3.12 or 3.12 to 3.13. basically every project made on previous python version is incompatible with next minor version upgrade.
rust sucks because it enforces some ridiculous coding logic to make it so fucking memory safe. yet its not even isolated in anyway, so you can very well run malware that deletes all your files anyway.