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
Printed Page 45
3rd paragraph

"On the Product table, there's an associated userId."

Should this be Order table instead? The schema.prisma code above this paragraph shows that the userId is in the Order model, not Product.

Anonymous  Aug 11, 2025 
Printed Page 45
mid-bottom of page

Reference to incorrect db Entity, should be "Order" not "Product"

Jazz  Aug 28, 2025 
Printed Page 70
code excerpt - catch block

Error fnc in catch block is missing "err" object 2nd param following 'something happened with Stripe' 1st param string

Jazz  Aug 28, 2025