How a person can do in order to understand coding easily | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How a person can do in order to understand coding easily

Ouestion

14th May 2020, 7:24 PM
Nashoni Yusuph Mangaro
Nashoni Yusuph Mangaro - avatar
2 Answers
+ 2
By not rushing and doing just reading,instead understanding one concept at a time as well as applying them and solving challenges with what knowledge you have will help ,while doing this you will realise you still need to learn a lot and have a clear understanding of some concepts ,and that will help you retain things for a long time
14th May 2020, 7:37 PM
Abhay
Abhay - avatar
+ 1
First try to grasp the general idea of the several aspects you might encounter in coding (e.g. variables, if-statements, for-loops, functions, etc.). After you get the idea, try to understand the syntax of the language you want to learn (so basically you now know what you want to do, so you need to know how you can do it using code) What might really help you out is writing down on a piece of paper what is happening in a piece of code and why. Just go through the code and write exactly what each step is doing. And as a last remark: try to practice. The more you code, the better your understanding will become
14th May 2020, 7:35 PM
DeX97