Hard disagree about not starting with Rust. Rust will teach you the fundamentals of how computers work in a way that high-level languages like Python and JS won't. I know many long term Python/JS devs who never get beyond the basics of understanding in computer science, and it shows in the quality of their work.
Actually I recommend new learners start with a little bit of C and C++ before anything else. Rust would be a great option after that.