Chapter 1. Programming, JavaScript, and JS Bin
This chapter covers
- Programming
- JavaScript
- JS Bin
- Our ongoing example: The Crypt
Get Programming with JavaScript is a practical introduction to programming. Through hands-on code samples coupled with carefully paced explanations, supporting video tutorials, and a variety of examples, this book will help you build knowledge and skills and get you on your way to coding expertise.
This chapter sets the scene with a brief overview of programming and programming with JavaScript and then an introduction to JS Bin, the online programming sandbox you’ll be making full use of while you learn. Finally, you’ll meet The Crypt, our ongoing context for the concepts covered in the book.
Programming is about giving the computer a series of instructions in a format it understands. Programs are everywhere, running Mars rovers, the Large Hadron Collider, engine management systems, financial markets, drones, phones, tablets, TVs, and medical equipment. The power and versatility of programs are astonishing. Programs can be a few lines long or millions of lines long, with complex solutions built from simple building blocks.