function test() { document.addEventListener('click', () => { bird.play(); }); } test();