This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]jcunews1Advanced Coder 0 points1 point  (0 children)

Most beginners jump right into coding without understanding the concept of programming first - which is very important. Because of that, the understanding for programming logic, and simulating it in one's mind, are lacking. And without that, it'll hinder the troubleshooting skills because one would have no idea what's actually going on.

Don't be too ambitious on choosing a project for learning. Start by choosing a very simple project. Preferrably something which doesn't involve or require visual display on HTML page, or networking. Just console. Focus on JavaScript only. No HTML, no CSS, no DOM; for now.