On page 71 the following code shows ("") before the closing semicolon. I've seen this syntax used here and there in the text, but I'm not sure what it's for.
Code:
var stringParts = [
"John's family is: ",
family.join(", ")
];
var familylString = stringParts.join("");