njs icon indicating copy to clipboard operation
njs copied to clipboard

add the spread operator: array initializers

Open drsm opened this issue 7 years ago • 0 comments

console.log.apply(console, [1,...[2,3,4], 5, 6])

http://www.ecma-international.org/ecma-262/9.0/#sec-array-initializer

drsm avatar Dec 20 '18 13:12 drsm