How do I learn in the "try it now" if the code is already written? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I learn in the "try it now" if the code is already written?

Html coding

31st Mar 2019, 8:08 PM
Shawn Merrill
Shawn Merrill - avatar
2 Answers
+ 13
In programming a programmer must to know that A. If code working, why? B. Otherwise if not working, why? Keep changing the code and see the difference of output.
31st Mar 2019, 8:25 PM
Ahad
Ahad - avatar
+ 4
In your programming path you will encounter a lot of code already written. A good way to learn from it is, read it, understand it, write down what you dont understand and search for the explanation on google. When you understand it try writing it on your own, also try to learn from good quality code and read style guides so you dont pick up any smelly habits. Good luck!
31st Mar 2019, 8:19 PM
Bruno Costa
Bruno Costa - avatar