| |
| Page 222 Table 8-1 |
|
|
The contents of the table are wrong, they should read:
| Acronym | Description | Function Combination |
| LIFO | Last in, First Out | push/shift |
| FIFO | First in, First Out | unshift/shift |
| FILO | First in, Last Out | unshift/pop |
| LILO | Last in, Last Out | push/pop |
|
|
| Page 133, before the 3rd example |
|
|
The final sentence before the example currently reads:
If you want to extract an array from a list of arguments, then specify the array list.
It should read:
If you want to extract an array from a list of arguments, then specify the array last.
Note the change of the last word from 'list' to 'last'.
|
|
|
|