practical-modern-javascript
practical-modern-javascript copied to clipboard
🏊 Dive into ES6 and the future of JavaScript
Results
4
practical-modern-javascript issues
Sort by
recently updated
recently updated
newest added
This section suggests the Spread Operator syntax only works for iterable object literals. In fact, generic Object literal declarations also support spread operator assignment syntax: "Note that the spread operator...
Line 297 of `ch08.asciidoc.txt`: ``` export count ``` I think it will cause `SyntaxError` too.