Design patterns - Typescript

Prototype

Main idea: Allows copying an existing object instead of creating it from scratch.
Loading...