8000 Add spread operator! · Issue #331 · lebab/lebab · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add spread operator! #331
Open
Open
@Kreijstal

Description

@Kreijstal

Usually "apply" is used as a spread operator, here's an example
convert this

Array.prototype.concat.apply([1,2,3],[3,4,5])

into

[1,2,3].concat(...[3,4,5])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0