Errata

Beginning Programming with JavaScript

Errata for Beginning Programming with JavaScript

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
Types - Numbers and Arithmetic Expressions

how do you specify a page number for a video???

the question to work out fahrenheit from celsius asks to multiply the fahrenheit by 9 etc, instead of the other way round

Anonymous  Sep 13, 2017 
Other Digital Version 014_types_numbers_and_arithmetic_expressions.mp4
6m 27s

The slide displays:
Math.floor(a) >> smallest integer above a
Math.ceil(a) >> largest integer below a

But it should be:
Math.floor(a) >> largest integer below a
Math.ceil(a) >> smallest integer above a

Anonymous  Nov 05, 2015