- Take commented alternative implementation from
4-function.jsand rewrite it in TypeScript and passoptionsargument as union type with eitherlevelorcolor - Improve example
5-static.js: use ECMA or CommonJS exports to export separately Class and factory function - Add
optionstopoolifyfrom7-pool.jsto pass options tofactorytogether withpoolSizeoption - Pass configuration to
Creatorconstructor from8-method.jsexample to affect all instances created byfactoryMethod