Advice for new JavaScript programmer

Click for: original source

Christian Heilmann blog post full of advice to new programmers who just learned JavaScript. JavaScript has evolved from being a “toy language”, “real programmers” laughed at into the language that powers the web and beyond.

JavaScript is everywhere

It means that the versatility of JavaScript can be its own undoing. JavaScript runs everywhere.

Author further lists:

  • Resources where you can learn about JavaScript
  • Learning browser developer tools
  • Moving from console.log() to breakpoint debugging
  • Linting – prevent bugs by not writing wrong code
  • Finding an editor that makes you more effective

And much more. Good reading.

[Read More]

Tags programming javascript