DEV Community

Jan Prazak
Jan Prazak

Posted on

1

Copying objects with Object.assign()

The weird part of Object.assign finally cracked :-) This is a short code snippet which explains how Object.assign() works. There is some console output but everything important is already written in JS code comments.

Top comments (0)

Need a better mental model for async/await?

Check out this classic DEV post on the subject.

⭐️🎀 JavaScript Visualized: Promises & Async/Await

async await