Customer Reviews & Comments In this short book, Bride conveys the essence of JavaScript. Teaching you enough to have you be able to usefully code. It assumes you have already laid out HTML pages. But not necessarily any programming. Some of you may consider doing HTML to be programming. Well, it's a declarative language. Most actual programming languages are procedural languages. This includes JavaScript. You'll see here quite a different style from coding HTML. The JavaScript code is more about how to do something, hence the term procedural. A different outlook.