ECMAScript 2018 (ES2018) is the 9th version of the ECMAScript language.
I have an object as follows : let obj = {foo: 1, bar: 2, baz: 3} I would like to delete a specific property by …
javascript ecmascript-2018I have added a script that uses ES6 spread operator to the project that gets the params from the url. …
javascript arrays ecmascript-6 spread-syntax ecmascript-2018