0

How can I improve my skills in JavaScript or C++?

I started coding with HTML. After that, I learned CSS. Now I am done with JavaScript and have started learning C++. Well, I ever wanted to create websites and that's impossible without HTML and CSS. Through JavaScript I wanted to learn programming. Now I am learning programming and I find it much harder than learning HTML and CSS. Only in these two languages I am able to write a (functionable) code. But how can I improve my skills in JavaScript or C++? Can somebody explain?

4th Nov 2018, 10:48 AM
T M
T M - avatar
3 odpowiedzi
+ 3
The programming languages often involve a deeper logic, because you want stuff to happen in a controlled way, under certain conditions, a specified number of times. Also what you want to make happen may be quite complex, so you have to break it up in smaller actions, and all of that can become quite confusing. You first have to understand the problem you want to solve by code; that alone can be hard. But then you also have to find the best way to express your solution, and for that you need to know the tools of the language very well. It just is harder, and you have to practice writing code continuously. The assignments here on sololearn are not bad for that I think, especially if they take you out of your comfort zone. For example if you try to solve math problems although your last maths lesson in school was 20 years ago (like in my case).
4th Nov 2018, 11:05 AM
HonFu
HonFu - avatar
+ 1
HonFu thank you
4th Nov 2018, 11:08 AM
T M
T M - avatar
0
Form*(Client-server) == Html/CSS * (JS-PHP). Every type of language is just another tool to get rid of technical data overload
4th Nov 2018, 11:00 AM
Sequencer
Sequencer - avatar