Yup. My point (I did say this in another comment) is that those two are great to learn "the basics", in languages that are pretty "bare bones". If you later want to build microcontrollers and stuff like that, then you can learn C after Go or Rust, just to have that fine control over memory, but if you want to go to a higher level language like JavaScript, then you don't need to learn about those kind of low level instructions.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Yup. My point (I did say this in another comment) is that those two are great to learn "the basics", in languages that are pretty "bare bones". If you later want to build microcontrollers and stuff like that, then you can learn C after Go or Rust, just to have that fine control over memory, but if you want to go to a higher level language like JavaScript, then you don't need to learn about those kind of low level instructions.