Introduction :: Eloquent JavaScript
ARANK
◆ ▶This is a book about instructing computers. Computers are about as common as screwdrivers today. But they are quite a bit more complex than screwdrivers, and making them do the precise thing you want them to do isn’t always easy.If the task you have for your computer is a common, well-understood one, such as showing you your email or acting like a calculator, you can open the appropriate application and get to work. But for unique or open ended tasks, there may not be an application.That is where programming may come in. Programming is the act of constructing a program—a set of precise instructions, that tell a computer what to do. Because computers are dumb, pedantic beasts, programming is fundamentally tedious and frustrating.Fortunately, if you can get over that, and maybe even enjoy the rigor of thinking in terms that dumb machines can deal with, programming can be very rewarding. It allows you to do things that would take forever by hand in seconds. It is a way to make you…