- 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.