raganwald / javascript-allonge

Markdown source for the book "JavaScript Allongé"
http://leanpub.com/javascript-allonge
759 stars 134 forks source link

missing colon #18

Open raganwald opened 10 years ago

raganwald commented 10 years ago
You can use it like this:
  var inventory = {
  apples: 0,
  oranges 144,
  eggs: 36
};
tkreis commented 10 years ago

Its just a colon not a semicolon.