Hi, I'm starting programming and I'd like to know what language do you recommend for programming, at the moment I'm learning javascript and I want to know which is the best operating system for this language, since I've heard that linux is much better than windows for these cases
Hello Nicanor.
which language
Something that can help you answer that question is knowing what you want to do: you have web programming (browser-side, frontend or server-side, backend), you have programming for mobile devices (android and iOS) and you also have to create applications for the desktop.
If you tell me, I may be able to give you more information, in general, with JavaScript you can cover: frontend, backend and even mobile programming with React-Native (among others).
The operating system:
If you're going to make apps for iOS or MacOS, you definitely need a Mac.
If you're going to make apps for Windows, you better work on Windows
If you are going to work on web or Android applications, you can use any of the operating systems, then over time you can experiment to change and see which one is more comfortable for you, if you already know how to use an operating system, in this case, that is fine
Greetings.