Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to make an errata in eloquent javascript?


Asked by Lee Pittman on Dec 03, 2021 JavaScript



A full list of errata is also available at http://eloquentjavascript.net/errata.html Page 111: In the second paragraph below the example code, instead of "content method”, the text should say “element function.” Page 134: In the third paragraph of the section, a function "promptInteger" is referred to.
Also Know,
A paper version of Eloquent JavaScript, including an additional chapter, is being brought out by No Starch Press. Other pages Code sandbox and exercise solutions Errata for the paper book This book as a single PDF file(& small version for mobile)
Subsequently, Clarity is a weak point for Eloquent JavaScript. While some of the chapters are more straightforward and easy to understand, many of them become quickly dense and difficult. Once readers have grasped a basic understanding of core concepts, Haverbeke ramps up the skill level at too quick a pace.
Also,
One omission is that the book doesn't address the concept of Ajax. While the "fetch" command is used to make HTTP requests, it could have gone farther to explain how it is related (or, depending on your view, synonymous with) Ajax. Clarity is a weak point for Eloquent JavaScript.
In fact,
Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code.