Top JavaScript errors from 1000 projects (and how to avoid them)

To give back to our community of developers, we looked at our database of thousands of projects and found the top 10 errors in JavaScript. We’re going to show you what causes them and how to prevent them from happening. If you avoid these “gotchas,” it’ll… Read more

Similar

Stranger Things, JavaScript Edition

Today we are going to make a special post dedicated to those weird JavaScript moments, where things behave a little bit strange. “Nobody normal ever accomplished anything meaningful in this world.” — Jonathan, Stranger Things We will look at some code s... (more…)

Read more »

JavaScript DOM Manipulation

A HTML script is usually static with little functionality. HTML alone cannot maneuver elements to fit certain conditions or for interactivity. To have a web page that is interactive and dynamic, we need the DOM. (more…)

Read more »