+ 5
Which program should I start with?
Brand new but curious and motivated. Which should I learn first? Thanks!
3 Antworten
+ 5
you should start with which ever one you think is the easiest i suggest javascript
+ 4
Web development with HTML, CSS, and JavaScript respectively is probably the best option to start with. I find that they really give you a great understanding of what programming is while still keeping it easy enough to understand.
To give you an idea of what they all are, HTML is the framework of your website, with all of the text, buttons, etc. being created by it, CSS is all of the colours, fonts, and the overall pazazz of your website, and JavaScript is all of the dynamics that come along with it (it'll make more sense later on).
Good luck with coding and I hope you enjoy it!