+ 1
My coding is vry slow . How to improve
I m learn lesson but do not make a code.
2 Antworten
+ 8
Based on your profile, you started java and the web track(html,css,js).
I suggest you choose between java and the web track and stick with it till the end. For the web track, study html,css and js in that order.
After each lesson, code something that tackles the new lesson you just learned. It doesn't have to be complicated. This will help you remember what you just learned.
example:
day 1: learned about if statement, code something that uses if statement
day 2: learned about loops, code something that uses loops AND if statements.
day 3: learned about arrays, code something that uses arrays, loops AND if statements.
day 4: ...........
+ 3
....... repeat what you learned on day 1 to 3. ;-)