Hacker News new | ask | show | jobs
by weberc2 3281 days ago
JavaScript doesn't (didn't?) let you put a trailing comma in function parameter lists, annoyingly.
1 comments

Made legal in ES2017.
But not in JSON, since that is based on ECMA-262 3rd Edition from December 1999.