Errata

Full-Stack JavaScript Strategies

Errata for Full-Stack JavaScript Strategies

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Chapter II
https://learning.oreilly.com/library/view/javascript-the-hidden/9781098122249/ch02.html#idm45683078624800

Release info for TS and JS are misplaced:

TypeScript
- released by Netscape in 1995


JavaScript
released by Microsoft in 2012

vojimir golem  Apr 29, 2022 
Chapter 7, "Next Level JavaScript", section "What is a closure"
Title "What is a closure" and first paragraph after.

The title "What is a closure" should have a question mark at the end, as it is a question.
In the first paragraph after, replace "perserved" by "preserved".

Roberto Gorjão  Dec 15, 2022 
7. Next Level JavaScript -> What is a closure
First paragraph of the What is a closure section

The author describes a closure as "a function wrapped inside an outer function that references the variables in the outer function’s scope...". While closures created by nested functions are where we find the most useful and creative uses of closures, technically every function creates a closure. This is confirmed by David Flanagan, "JavaScript : The Definitive Guide, 7th Edition", in his 8.6 section entitled "Closures" as well as in "Concepts and Semantics of Programming Languages 1", multiple authors, section 3.2.4, "Closures".

Roberto Gorjão  Dec 15, 2022