clean-code-javascript icon indicating copy to clipboard operation
clean-code-javascript copied to clipboard

fix(README.md): Set default objects with spread operator

Open emadio opened this issue 11 months ago • 0 comments

The spread operator is the modern approach, but Object.assign remains a valid and correct method.

emadio avatar Mar 02 '25 11:03 emadio