UNPKG

oboe.js-demo

Version:
6 lines (5 loc) 104 B
function announceAll(things){ things.forEach(function( thing ){ thing.announce(); }); }