Any if I'm being honest. In my 15 years of programming I've not found one better than others (mayb C). It ultimately comes down to what you'd like to make. Website, app or application?
I say any because they all do what they're supposed to. The most important thing is accredited just learning the syntax and wrapping your brain around abstract constructs like vars.
Strongly typed langs will keep you from falling into bad habits, but the learning curve may keep you from coding entirely. Memory management becomes important for mobile & game dev.
My thoughts exactly! I was almost scared off entirely as I hadn't fully wrapped my head around the concepts yet before going strict type. Going with non-strict allows you just to code