Skip to content

Could you make Object in nodejs have ...Object operator? #21882

@ducqhl

Description

@ducqhl
  • Version: latest
  • Platform: Any
  • Subsystem: Any

I have an ideal that why we don't make Object in nodejs can Extract.
This look like

const object = { a : "a", b : "b"};
console.log(...object);
//print: a b 

That mean we extract object to a list of property and value

Thank for reading.
Have Fun Coding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionIssues that look for answers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions