DEV Community

Discussion on: Design Patterns - Strategy Pattern in JavaScript

Collapse
 
askerovtamerlan profile image
askerovtamerlan

code below switch statement maybe alternative high-abstract implementation of switch

Collapse
 
carlillo profile image
Carlos Caballero

Perfect!

Thanks.