JS is just about the last choice anyone should make to do scientific coding. It's slow, handles numbers poorly, doesn't have great library support, etc..
Julia is a reasonable alternative: not really more complicated than Python (though you might hit some of its complexity earlier), and can be used to write lower-level code that actually runs fast.