Not having a standard library is what hindered JavaScript, mostly because of its origin as a browser language. The dev environment is already bad with many competing options that don’t always play nice together, now imagine that sort of problem even for the basic libraries.
Python quite often have more than one library to do the same thing, but they’re often extra niceties.
I don’t think so, dependency injection has made testing easier in all static typed code bases I worked on.