Best Tips for Javascript Beginners

Will discuss the best ways to write javascript programming to help you improve your coding style from zero to hero.

Write code. That’s pretty much it. Just keep learning and writing programs. Get good at searching for answers - MDN and Stack Overflow are great sources.

There are no shortcuts. Just learn and code things.

2 Likes

Write a few lines (about 5 lines is okay) of code every day, is good. Writing code that works as intended and without errors is better. And, having a small app with all that code over a few months is the best!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.