daumann / ECMAScript-new-features-list

A comprehensive list of new ES features, including ES2015 (ES6), ES2016, ES2017, ES2018, ES2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect information in ES2017.MD regarding "Trailing Comma"

sudo-barun opened this issue · comments

commented

ES2017 introduced trailing comma in function parameters.
Trailing comma for array and object were introduced way before ES2017.

Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas

Could you do a PR?