TypeScript-Handbook
TypeScript-Handbook copied to clipboard
Demonstrate property renaming and default values together while destructuring
Property renaming and default values are demonstrated separately while destructuring, but they are not demoed together, this newly added example does the job.