├── 1_creacionales-singleton.js ├── 2_creacionales-factory.js ├── 3_creacionales-abstract-factory.js ├── 4_creacionales-builder.js ├── 5_estructurales-decorator.js ├── 6_comportamiento-strategy.js └── README.md /1_creacionales-singleton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/1_creacionales-singleton.js -------------------------------------------------------------------------------- /2_creacionales-factory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/2_creacionales-factory.js -------------------------------------------------------------------------------- /3_creacionales-abstract-factory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/3_creacionales-abstract-factory.js -------------------------------------------------------------------------------- /4_creacionales-builder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/4_creacionales-builder.js -------------------------------------------------------------------------------- /5_estructurales-decorator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/5_estructurales-decorator.js -------------------------------------------------------------------------------- /6_comportamiento-strategy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/6_comportamiento-strategy.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KevOrtega/Design-patterns-en-JavaScript/HEAD/README.md --------------------------------------------------------------------------------