Any idea why do we have to use the "reference" syn...
# announcements
g
Any idea why do we have to use the "reference" syntax (e.g.
this::myFunction
) when passing function references? Instead of just using its name (
myFunction
), like in JavaScript or Swift?