+ 2
What language should I learn first
I'm 12 years old and I wanna learn programing but I don't know with what language to start
2 Respuestas
+ 2
For web:
HTML: base language
CSS: design
JavaScript: interactive
JQuery: extend JS
PHP: servers
For apps:
Ruby: easy to read
Java: introduces OOP
C#: introduces pointers
C++: more on pointers
C: fast, close to C++
(Goes from easiest to hardest)