EraCode practice

Compose props with intersection types

TypeScriptintermediateMulti-Part

Summary

Practice composing object shapes in TypeScript using structural typing. One quiz + one tiny coding gap.

Problem preview

### Goal Fill the single gap so a helper can accept an object that includes **both** base props and extra metadata. - should return a value that contains **all** properties from plus a object. - The …

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.