After const copy = Object.assign({}, source), what is guaranteed about a nested object at…

from Object static methods
Node 24 beginner 1 min

After const copy = Object.assign({}, source), what is guaranteed about a nested object at source.settings?

Report an error