Errata

JavaScript: Novice to Ninja

Errata for JavaScript: Novice to Ninja

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
V
The RegExp Object > Modifiers

There are peace of text:
...
"
? makes the preceding token in the regular expression optional

* matches one or more occurrences of the preceding token

+ matches one or more occurrences of the preceding token
"
...


Issue:
* quantifier matches zero or more occurrences of the preceding token.
(not one or more)

Dilai Vasyl  Jan 18, 2018