javascript-allonge icon indicating copy to clipboard operation
javascript-allonge copied to clipboard

missing colon

Open raganwald opened this issue 10 years ago • 1 comments

You can use it like this:
  var inventory = {
  apples: 0,
  oranges 144,
  eggs: 36
};

raganwald avatar Oct 03 '13 11:10 raganwald

Its just a colon not a semicolon.

tkreis avatar Oct 03 '13 18:10 tkreis