An obvious advice from a beginner to learn functions or loops

Hi, if you are having difficulties understanding while loops or other functions. Just write it down on paper and explain to yourself what is happening at the moment of writing it.

I was having a hard time understanding while loops and I tried to understand it by coding , trying assignments online, reading a lot about while loops, watching videos, but still I had this feeling of knowing nothing.

So after a few weeks I thought why not writing it down and make notes?

It took me less than 30 minutes to understand the while loop and I already developed a way of reading assignments, noticing patterns just by writing it down.

Now that i understand it much better I enjoy learning again because now I know how I learn.

I should have done this earlier, don’t get stuck on the screen and keyboard!

Learn how to learn is very important!

5 Likes

Thanks so much for this advice :100:.
I’m gonna try it nd see if it works! :innocent: :smiling_face_with_three_hearts:

3 Likes