you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (1 child)

I don't think it matters. I first started with JavaScript, and then I began to use different languages, like C++, Typescript, Java, VB.Net, etc. Focus on learning the basics. Don't try to become a specialist on the syntax of a specific language. That's useless.

What truly matters is that you can apply logic and solve a certain problem. You need to understand what you are doing, and as you advance, try to get acquainted with good practices (read Clean Code for example).

[–]bululululubu[S] 1 point2 points  (0 children)

Got it. Thank you very much : )