clean-code-javascript
clean-code-javascript copied to clipboard
fix(README.md): Set default objects with spread operator
The spread operator is the modern approach, but Object.assign remains a valid and correct method.