Jasmine, Optimisation, Web Performance, Technical Documentation
npm install
open index.html in any browser

function Todo(name) {
this.storage = new app.Store(name);
this.model = new app.Model(this.storage);
this.template = new app.Template();
this.view = new app.View(this.template);
this.controller = new app.Controller(this.model, this.view);
}
var todo = new Todo('todos-vanillajs');
function setView() {
todo.controller.setView(document.location.hash);
}
27 October 2017
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.