Very helpful
I read this awhile ago and am just going through a bunch of old books I have around still that I read and reviewing them :) This was I believe my very first 'programming' book I ever read and it brings back fond memories. This book will teach you things like what a variable is and a function...basic stuff but years later it is still helpful! I'd highly recommend it as javaScript hasn't even changed that much since this book was published I even reread it.
AI via JavaScript!
This is a neat book. First, it is one of the best intros with useful examples. Part way through, Mr. Ford starts to show us 'Intelligent' apps like simple rule-based expert systems, search, and problem-solving. You can start the book knowing nothing about JS, and end up doing some quite sophisticated programming when you finish the book. I looked at 10-15 books, and bought this one... it works! LISP and Prolog hackers take a look!
Useful introduction to JavaScript and programming techniques
Ford begins with useful code samples to illustrate the basic grammar and syntax of JavaScript. In the second half of the book he provides an interesting introduction to programming techniques that could be adopted for use in any language. I teach a JavaScript course and this will be the text.
Excellent into to JavaScript
Very good book as in introduction to JavaScript. Clear and concise descriptions and examples, that actually work! This isn't a good book for the experienced programmer looking for a desk reference (though it's not too bad in that regards), but is a great book for someone wanting to get started with JavaScript.