1 JavaScript is everywhere
Atwood’s Law: any application that can be written in JavaScript, will eventually be written in JavaScript.
—Jeff Atwood, co-founder of Stack Overflow
This chapter covers
- What makes JavaScript special
- How JavaScript evolves over time
- Three best practices in JavaScript development
JavaScript began as a 10-day project to add a scripting language to Netscape’s web browser back in 1995. Today, it’s one of the most widely used programming languages in the world. Look around and you’ll see it everywhere: websites, servers, mobile and desktop apps, game consoles, IoT devices, and even your car. It’s truly remarkable for a single language to be so useful across so many domains. How did it make the leap from the web browser to the wider world of computing? In a word: evolution.