How do you practice code if you can't remember any of the attributes and functions needed to write the code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you practice code if you can't remember any of the attributes and functions needed to write the code?

28th Oct 2019, 4:28 PM
Harriman Donovan
Harriman Donovan - avatar
2 Answers
+ 3
You can start copying examples. Just by copying you will learn a lot. Don't copy and paste, type things yourself. Then once you have it in front of you, starr adding to the code by repeating what you see. Here he defines a variable and prints it, I'm going to define another variable and print it. Here he uses if statement, I'm going to create another if statement... You need to type things yourself and pay attention to the sintaxe
28th Oct 2019, 4:42 PM
Rodrigo Oliveira
Rodrigo Oliveira - avatar
+ 1
Try to review the lessons, play around the code in playground.
29th Oct 2019, 4:25 PM
\Dante/
\Dante/ - avatar