Open
Description
Removing the callback might not be a simple thing for some beginners. Edit suggestion below:
function signal(action) {
// return function callback() { // comment out to remove callback
model = update(model, action);
view(signal, model, root);
// }; // comment out to remove callback.
};
Then refresh the browser and check the console.