Who knew how simple using JavaScript could be? Make the most of JavaScript—even if you've never programmed anything before. JavaScript Absolute Beginner's Guide is the fastest way to learn JavaScript and use it together with CSS3 and HTML5 to create powerful web and mobile experiences. Learn how to do what you want, the way you want, one incredibly easy step at a time. JavaScript has never been this simple! Here's a small sample of what you'll • Organize your code with variables • Understand how functions make your code reusable • Use the popular if/else statement to help make a decision in code • Learn about switch statements and when to use them • Work with for, while, and do...while loops • Learn how to use global and local scope • Understand what closures are • Learn about the various places your code can live • Understand how to write comments and use good commenting practices • Learn about the basic types of objects you'll run into in JavaScript • Find out that pizza has an educational value beyond just being deliciously awesome • Learn how to perform common string operations • Use arrays to handle lists of data • Learn to create custom objects • Get up to speed on some of the big ES6 changes
This is an awful book. No one could learn JavaScript from this book. There are terrible examples of actual code, but most examples are missing. I think the author assumes you already know how to code in JavaScript. He gives partial examples of code but never any pictures of what the running code looks like. Worst of all the author thinks he is a comedian. He has terrible jokes and smart ass comments on every page that are just to much to take after a while.
I had seen the word closures but, had no idea what it meant. After reading the closures chapter I think I understand the concept. I also liked the chapter that described the browser tools. What can I say about the book? It was a quick read. I liked that. And after reading the book I think I will actually start writing javascipt code instead of thinking about writing javascipt code. I have thought about writing javscript code for years by the way.
I think the book foes a decent job of making JavaScript accessible to new learners. There are definitely times I wanted more in-depth explanations on topics, but overall I think this is a decent starting point for beginners to get into JavaScript.
You get plenty of coding examples and cover all the topics necessary to really work on applying the knowledge to some web applications.
I've enjoyed reading it as a recap of Javascript. It was a good and funny read thanks to the author. It's easy to follow, the concepts are clearly presented and even illustrated with images which bring more understanding to the discussed subject.