More efficient way to do this? (photo)

    $w("#cb0,#cb1,#cb2,#cb3,#cb...").onChange( (event) => { 
        console.log(event.target.id);
        //...
    });