+ 3
What programming language should I learn first?
2 Antworten
+ 3
In my case, I started with JavaScript and HTML. Because JS is connected to HTML, and has console on browser, so I was abled to running my code instantly and to checking my code and internal data easely (with JS console).
Finally, javascript's easy-and-fast-code-executing and HTML's "view(markup)" helped me to understand how basically programming languages are composed with and how can I write code to make my thinking to real-code.
+ 7
Depends highly on what you want to do. But if you are here for programming concepts, then go for JS.