Another call function from custom element question

Thanks. That works. Still not exactly sure when I need to use .call - guessing I might need to do so if my callback function was a regular function:

callback() {}

rather than arrow function:

callback = () => {}
1 Like