Think like a programmer

hi
i want to know how think like a programmer and exactly How to Think logically when i use javascript or jquery,?like do i need more exercise or somthting else ,already have basics in js and js DOM/BOM .

and thanks

Good question, the problem is that you could pretty much write a book about this

Think in steps:

What do i want to achieve?
Which functions could i use for this?
How does this all fit together?

practice this by building things.

2 Likes

Can you please tell me where can i practice and thank you

PRO has projects, but you can also search online for other ideas

Or build something you would really like.

You can just build the projects on your computer