+ 3
Where do I begin?
starting is difficult
4 Answers
+ 7
That depends on what you want to do.
For websites:
Start with HTML then learn all of its extensions.
>HTML: Necessary
>CSS: Design
>PHP: Working with files
>JS: Interaction
(These are all the languages for web development)
Other:
Go from easier ones then work your way up.
>Ruby
>Java or C#
>C++
(Try any other language besides SQL)
+ 5
Maybe this code will help you.https://code.sololearn.com/WwdQescTMkvA/?ref=app
+ 2
You can begin with Javascript
0
I agree with @Jacob, it depends on what you want to do. Web is the simplest since it is mostly interpreted language.