3.4. The Chain of Responsibility Pattern (ok)

C:\xampp\htdocs\php\js\main.js
require(['cor/init'],function(init) {
var examples = {
cor: init
}
for (var example in examples) {
examples[example].init();
}
});C:\xampp\htdocs\php\js\cor\init.js
C:\xampp\htdocs\php\js\cor\handler.js
C:\xampp\htdocs\php\js\cor\handlers\call.js
C:\xampp\htdocs\php\js\cor\handlers\sms.js
C:\xampp\htdocs\php\js\cor\handlers\email.js
Last updated
Was this helpful?